Skip to content

Commit

Permalink
ci: update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Sep 22, 2023
1 parent 91cf8a8 commit 6835622
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will do a clean install of node dependencies and run tests across different versions of node on different environments
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: ci
on:
Expand All @@ -16,7 +16,7 @@ jobs:
platform: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand All @@ -27,6 +27,6 @@ jobs:
run: npm install

- name: Run tests
run: npm test || npm test
run: npm test
env:
CI: true

0 comments on commit 6835622

Please sign in to comment.