Skip to content

Commit

Permalink
Test e2e testing tool commands (#17722)
Browse files Browse the repository at this point in the history
* test pull request for testing testing-tool commands

* test pull request for testing testing-tool commands

* add command for run testing tool in main repo

* small changes for test e2e testing tool commands

* small changes for test e2e testing tool commands
  • Loading branch information
andriikorotkov committed Oct 7, 2022
1 parent d5f2a6b commit 371da13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/commands-for-testing-tool.yml
Expand Up @@ -2,7 +2,6 @@ name: Run Testing Tool Commands
on:
issue_comment:
types: [created]

jobs:
set-params:
# Only allow slash commands on pull request (not on issues)
Expand Down Expand Up @@ -116,7 +115,7 @@ jobs:
uses: jsdaniell/create-json@1.1.2
with:
name: "/secrets/service_account_credentials.json"
json: ${{ secrets.GCP_GSM_CREDENTIALS }}
json: ${{ secrets.GCP_GSM_CREDENTIALS_FOR_TESTING_TOOL }}
- name: Run docker container with params
run: docker run -v $(pwd)/secrets:/secrets -v $(pwd)/result:/result airbyte/airbyte-e2e-testing-tool:latest ${{ github.event.comment.body }}
- name: Read file with results
Expand Down

0 comments on commit 371da13

Please sign in to comment.