Skip to content

Commit

Permalink
chore: enable all tests for a full run
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Oct 4, 2023
1 parent a26924d commit 647cdb5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,18 @@ jobs:
run: |
docker exec -t e2e-requestor-1 /bin/sh -c "cd /golem-js && npm i && npm run build && ./node_modules/.bin/cypress install"
# - name: Start the e2e test
# run: docker exec -t e2e-requestor-1 /bin/sh -c "cd /golem-js && npm i && npm run test:e2e"
- name: Start the e2e test
run: docker exec -t e2e-requestor-1 /bin/sh -c "cd /golem-js && npm i && npm run test:e2e"

#region Cypress test execution
- name: Run web server
run: |
docker exec -t -d e2e-requestor-1 /bin/sh -c "cd /golem-js/examples/web && node app.mjs"
# - name: Run test suite
# env:
# GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# docker exec -t e2e-requestor-1 /bin/sh -c "cd /golem-js && npm run test:cypress -- --browser chromium"
- name: Run test suite
run: |
docker exec -t e2e-requestor-1 /bin/sh -c "cd /golem-js && npm run test:cypress -- --browser chromium"
- name: Run the Examples tests
run: |
docker exec -t e2e-requestor-1 /bin/sh -c "cd /golem-js && npm install --prefix examples && npm install ts-node && npm run test:examples -- --exitOnError"
Expand Down

0 comments on commit 647cdb5

Please sign in to comment.