Skip to content

Commit

Permalink
test command
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed May 28, 2024
1 parent a31e66b commit 830f6ac
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ on:
- test-command

env:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
GOOGLE_PROJECT: ${{ secrets.GOOGLE_PROJECT }}
GOOGLE_REGION: ${{ secrets.GOOGLE_REGION }}
GOOGLE_ZONE: ${{ secrets.GOOGLE_ZONE }}
K6_WORK_DIR_PATH: ${{ secrets.K6_WORK_DIR_PATH }}
GOOGLE_SERVICE_ACCOUNT: "[email protected]"

jobs:
public-dns-with-cloud-dns:
Expand All @@ -27,7 +23,6 @@ jobs:
terraform_version: "~1"

- name: Install k6 for load testing
working-directory: ${{ env.K6_WORK_DIR_PATH }}
env:
K6_URL: https://github.com/loadimpact/k6/releases/download/v0.31.1/k6-v0.31.1-linux64.tar.gz
run: |
Expand All @@ -38,7 +33,7 @@ jobs:
id: auth
uses: google-github-actions/auth@v2
with:
credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}"
credentials_json: "${{ secrets.GOOGLE_TESTING_SA_CREDENTIALS }}"

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
Expand Down

0 comments on commit 830f6ac

Please sign in to comment.