Skip to content

Commit

Permalink
Merge pull request #142 from MarcusT96/cypress-jonte
Browse files Browse the repository at this point in the history
ändrat mer npm ci till i
  • Loading branch information
MarcusT96 authored May 15, 2024
2 parents 4ab83d1 + 2c033d1 commit e9f74f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
node-version: '20'
# Install dependencies, build and start the server.
- name: Install dependencies
run: npm ci
run: npm i
- name: Build
run: npm run build
- name: Start server
run: nohup node index.js &
# Install Cypress dependencies and run the tests.
- name: Install Cypress Dependencies
# Change the directory to the cypress folder.
run: cd ./cypress && npm ci
run: cd ./cypress && npm i

- name: Run Cypress tests
# Change the directory to the cypress folder.
Expand Down

0 comments on commit e9f74f3

Please sign in to comment.