Skip to content

Commit

Permalink
ci: fix profile script
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 18, 2024
1 parent c55a10e commit 1a1853d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ jobs:
run: npm ci

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

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

0 comments on commit 1a1853d

Please sign in to comment.