Skip to content

Commit

Permalink
build: do not show progress during SDK build for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Jul 16, 2024
1 parent 31fe22b commit b0a9e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
shell: bash
run: |
echo "Going to build the SDK on the requestor"
docker exec -t docker-requestor-1 /bin/sh -c "cd /golem-js && npm i && npm run build"
docker exec -t docker-requestor-1 /bin/sh -c "cd /golem-js && npm i --no-progress && npm run build"
echo "Successfully built the SDK on the requestor"
- name: Install Cypress
Expand Down

0 comments on commit b0a9e12

Please sign in to comment.