Skip to content

Commit

Permalink
multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jun 29, 2024
1 parent bd7a7e3 commit a98f3dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
game_of_life:
runs-on: ${{ matrix.os }}

continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
Expand All @@ -23,11 +24,11 @@ jobs:
node-version: '21'

- name: Install dependencies
run:
run: |
cd assets/js/projects/game_of_life
npm install
- name: Run tests
run:
run: |
cd assets/js/projects/game_of_life
npm test

0 comments on commit a98f3dd

Please sign in to comment.