Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 29, 2024
1 parent d795100 commit 01dd472
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/drevops-test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ jobs:
working-directory: .drevops/tests

- name: Run tests
run: ./tests/test.deployment.sh
run: |
export DREVOPS_DEBUG=1
export TEST_DREVOPS_DEBUG=1
./tests/test.deployment.sh
working-directory: .drevops

- name: Upload coverage report as an artifact
Expand Down

0 comments on commit 01dd472

Please sign in to comment.