Skip to content

Commit

Permalink
fix: update test run command for ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuss committed Nov 16, 2023
1 parent 661af11 commit a5d0433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-test-for-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: test UI
run:
npx turbo run test:ui --filter=[HEAD~1]
npm run test:ui -w @iot-app-kit/dashboard --filter=[HEAD~1] && npm run test:ui -w @iot-app-kit/react-components --filter=[HEAD~1]
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down

0 comments on commit a5d0433

Please sign in to comment.