diff --git a/.github/workflows/testDeploy.yml b/.github/workflows/testDeploy.yml index c4881ef..2513ab4 100644 --- a/.github/workflows/testDeploy.yml +++ b/.github/workflows/testDeploy.yml @@ -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: