Skip to content

Commit

Permalink
feat: update CI workflow to use install-run-rush.js for deploy and co…
Browse files Browse the repository at this point in the history
…mment out test step
  • Loading branch information
kalinkrustev committed Feb 23, 2025
1 parent 0da5603 commit 34e292d
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 @@ -27,9 +27,9 @@ jobs:
- 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: rush test --verbose
# run: node common/scripts/install-run-rush.js test --verbose
- name: Rush deploy
run: rush deploy
run: node common/scripts/install-run-rush.js deploy

# Build and publish image to GitHub Container Registry
- name: Set up Docker Buildx
Expand Down

0 comments on commit 34e292d

Please sign in to comment.