Skip to content

Commit

Permalink
show value of var
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Gomez committed Feb 2, 2024
1 parent c952a39 commit 67109b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pull_request_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,14 @@ jobs:


steps:
# By setting this env var in GH Actions, we can drop test dbs on failure
# for Datacoves demos
- name: DATACOVES__DROP_DB_ON_FAIL value
run: "echo $DATACOVES__DROP_DB_ON_FAIL"

- name: Drop PR database on Failure
if: env.DATACOVES__DROP_DB_ON_FAIL == 'true'
run: "echo drop_db_true"
run: "echo dropped_db"


# - name: Checkout branch
Expand Down

0 comments on commit 67109b2

Please sign in to comment.