Skip to content

Commit

Permalink
Modify github/workflows/terraform_cypress.yml: add npm install step i…
Browse files Browse the repository at this point in the history
…n cypress-tests job
  • Loading branch information
justinyeh1995 committed Jul 6, 2024
1 parent 3376adb commit c5ac405
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/terraform_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,15 @@ jobs:
cypress-tests:
needs: terraform-deploy
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install dependencies
run: npm install

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

0 comments on commit c5ac405

Please sign in to comment.