Skip to content

Commit

Permalink
feat: fix tests skip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rbadillap authored Mar 2, 2021
1 parent 680d0a3 commit 195c977
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/branch-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ on:

jobs:
test:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ${{ matrix.os }}

strategy:
matrix:
node-version: [10.x, 12.x, 13.x, 14.x]
node-version: [13.x, 14.x]
os: [ubuntu-latest, macOS-latest]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- name: Testing branch on Node version ${{ matrix.node-version }}
Expand Down

0 comments on commit 195c977

Please sign in to comment.