Skip to content

Commit

Permalink
test(action): add npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 18, 2023
1 parent 014a29b commit c713495
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ jobs:
touch .env
docker compose up --detach client server
- name: Run Cypress test, refactor
runs-on: ubuntu-latest
uses: actions/checkout@v2
# Docker image with Cypress pre-installed
# https://github.com/cypress-io/cypress-docker-images/tree/master/included
container: cypress/included:10.0.2
- name: Cypress tests
run: cd tests/cypress && npm install && CYPRESS_baseUrl=http://localhost:8000 npm test

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c713495

Please sign in to comment.