Skip to content

Commit

Permalink
Merge pull request #159 from MarcusT96/cypress-jonte
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
HellgrenR authored May 16, 2024
2 parents 92ecf2c + 50a7cbc commit 58e7179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Cypress dependencies
run: cd ./Cypress && npm ci
- name: Run Cypress
run: npm run test
run: cd ./Cypress && npm run test

# The deploy job will run on the ubuntu-latest runner and will have the following steps.
deploy:
Expand Down

0 comments on commit 58e7179

Please sign in to comment.