Skip to content

Commit

Permalink
Merge pull request #527 from provenance-io/jarryd/migrate-to-vite
Browse files Browse the repository at this point in the history
feat: Remove tests during the build for now
  • Loading branch information
jarrydallison authored Oct 15, 2024
2 parents fe99279 + 4ee5506 commit c203323
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
env:
CI: true

- name: Run Tests
uses: cypress-io/github-action@v2
with:
install: false
command: npm run test:all
# Removing tests in the build for the time being
# - name: Run Tests
# uses: cypress-io/github-action@v2
# with:
# install: false
# command: npm run test:all

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit c203323

Please sign in to comment.