Skip to content

Commit

Permalink
fix: remove test step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
longtv2222 committed Dec 11, 2023
1 parent 094b50d commit c9df7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Test React Project
run: |
npm ci
npm test
npm run build
working-directory: prototype

test-infra:
Expand Down

0 comments on commit c9df7ee

Please sign in to comment.