Skip to content

Commit

Permalink
ci(easy-install): supress build output
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Oct 29, 2024
1 parent 71d05d9 commit 7931b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/easy-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Perform production easy install
run: |
python3 ${GITHUB_WORKSPACE}/easy-install.py build 2>&1 >/dev/null
python3 ${GITHUB_WORKSPACE}/easy-install.py build >/dev/null
python3 ${GITHUB_WORKSPACE}/easy-install.py -p -n actions_test --email [email protected] --image custom-apps --version latest --app erpnext
docker compose -p actions_test exec backend bench version --format json
docker compose -p actions_test exec backend bench --site site1.localhost list-apps --format json
Expand Down

0 comments on commit 7931b39

Please sign in to comment.