Skip to content

Commit

Permalink
removed debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
alexradzin committed Mar 31, 2024
1 parent b69947f commit 50c349f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/integration-test-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,6 @@ jobs:
distribution: 'zulu'
java-version: '17'

- name: Print params
id: print0
run: echo "DB=${{ inputs.database }}, run_setup=${{ inputs.run_setup }}"

- name: Print if DB is empty
id: print1
if: ${{ (inputs.database == '') }}
run: echo "DB is empty ${{ inputs.database }}"

- name: Print if run_setup true
id: print2
if: ${{ (inputs.run_setup == true) }}
run: echo "run_setup=${{ inputs.run_setup }}"

- name: Setup database and engine
id: setup
if: ${{ (inputs.database == '') && (inputs.run_setup == true) }}
Expand Down

0 comments on commit 50c349f

Please sign in to comment.