Skip to content

Commit

Permalink
feat: update CI workflow to deploy using Rush and comment out test step
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Feb 23, 2025
1 parent 45361dd commit 0da5603
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ 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: rush test --verbose
- name: Rush deploy
run: rush deploy

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

0 comments on commit 0da5603

Please sign in to comment.