Skip to content

Commit

Permalink
revert: platform-agnostic test script
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 19, 2024
1 parent 5d2d4c7 commit e6be568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Run tests
shell: sh
run: npm run test:${{ matrix.profile }}
run: ./test/check-metadata.sh --profile=${{ matrix.profile }}

- name: Show test results
if: ${{ always() }}
Expand Down

0 comments on commit e6be568

Please sign in to comment.