Skip to content

Commit

Permalink
feat: enable Rush test step in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Feb 24, 2025
1 parent 96e593d commit 8029f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: node common/scripts/install-run-rush.js install
- name: Add hosts to /etc/hosts
run: sudo echo "172.17.0.1 host.docker.internal" | sudo tee -a /etc/hosts
# - name: Rush test
# run: node common/scripts/install-run-rush.js test --verbose
- name: Rush test
run: node common/scripts/install-run-rush.js test --verbose
- name: Rush deploy
run: node common/scripts/install-run-rush.js deploy

Expand Down

0 comments on commit 8029f55

Please sign in to comment.