Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
turtledreams committed Dec 5, 2023
1 parent 6c0c3d6 commit debb254
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ jobs:
with:
# Disable running of tests within install job
runTests: false
build: npm run build

- name: Save build folder
uses: actions/upload-artifact@v3
with:
name: build
if-no-files-found: error
path: build

cypress-run:
runs-on: ubuntu-22.04
Expand All @@ -36,12 +28,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Download the build folder
uses: actions/download-artifact@v3
with:
name: build
path: build

- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit debb254

Please sign in to comment.