Skip to content

Commit

Permalink
[CI] Update arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Oct 9, 2023
1 parent 797f816 commit 7a3ec28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests-for-kafka-0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
cf_host: bucharest
cf_index: 0
binder: kafka
tests: ${{ inputs.tests }}
secrets:
CF_USERNAME: ${{secrets.CF_USERNAME}}
CF_ENV_0_PASSWORD: ${{secrets.CF_ENV_0_PASSWORD}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests-for-kafka-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
cf_host: citrusheights
cf_index: 1
binder: kafka
tests: ${{ inputs.tests }}
secrets:
CF_USERNAME: ${{secrets.CF_USERNAME}}
CF_ENV_0_PASSWORD: ${{secrets.CF_ENV_0_PASSWORD}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests-for-rabbit-0-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
binder: rabbit
sql_provider: oracle
sql_service_name: 'xe'
tests: ${{ inputs.tests }}
secrets:
CF_USERNAME: ${{secrets.CF_USERNAME}}
CF_ENV_0_PASSWORD: ${{secrets.CF_ENV_0_PASSWORD}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests-for-rabbit-0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
cf_host: bucharest
cf_index: 0
binder: rabbit
tests: ${{ inputs.tests }}
secrets:
CF_USERNAME: ${{secrets.CF_USERNAME}}
CF_ENV_0_PASSWORD: ${{secrets.CF_ENV_0_PASSWORD}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests-for-rabbit-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
cf_host: citrusheights
cf_index: 1
binder: rabbit
tests: ${{ inputs.tests }}
secrets:
CF_USERNAME: ${{secrets.CF_USERNAME}}
CF_ENV_0_PASSWORD: ${{secrets.CF_ENV_0_PASSWORD}}
Expand Down

0 comments on commit 7a3ec28

Please sign in to comment.