Skip to content

Commit

Permalink
chore: gh debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Oct 18, 2023
1 parent 1279d7d commit 9925a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goth-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
docker exec -t docker-requestor-1 /bin/sh -c "cd /golem-js && npm i && npm run build"
- name: Start the e2e test
run: docker exec -t docker-requestor-1 /bin/sh -c "cd /golem-js && npm i && npm run test:e2e"
run: docker exec -t docker-requestor-1 /bin/sh -c "cd /golem-js && npm i && npm run test:e2e -- --verbose"

- name: Cleanup Docker
if: always()
Expand Down

0 comments on commit 9925a3e

Please sign in to comment.