Skip to content

Commit

Permalink
feat: Remove tests during the build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrydallison committed Oct 15, 2024
1 parent 74e3d05 commit 4ee5506
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 4ee5506

Please sign in to comment.