Skip to content

Commit

Permalink
action: npm install etc
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardAndress committed Jun 13, 2023
1 parent f1e798c commit a85aa99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cypress.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,13 @@ jobs:
uses: actions/checkout@v3
# Install npm dependencies, cache them correctly
# and run all Cypress tests
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.8.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
- name: Install dependencies
run: npm install
- name: Start server
run: npm start:test
- name: Cypress run
uses: cypress-io/github-action@v5

0 comments on commit a85aa99

Please sign in to comment.