Skip to content

Commit

Permalink
Run acceptance tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
F21 committed Mar 18, 2024
1 parent 1ef1fab commit 623b734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run tests
run: go test -v ./...
env:
TEST_ACC: 1
VAULT_ACC: '1'
TEST_GRAFANA_CLOUD_TOKEN: ${{ secrets.TEST_GRAFANA_CLOUD_TOKEN }}
TEST_GRAFANA_CLOUD_STACK_SLUG: ${{ secrets.TEST_GRAFANA_CLOUD_STACK_SLUG }}
TEST_GRAFANA_CLOUD_REGION: ${{ secrets.TEST_GRAFANA_CLOUD_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Run tests
run: go test -v ./...
env:
TEST_ACC: 1
VAULT_ACC: '1'
TEST_GRAFANA_CLOUD_TOKEN: ${{ secrets.TEST_GRAFANA_CLOUD_TOKEN }}
TEST_GRAFANA_CLOUD_STACK_SLUG: ${{ secrets.TEST_GRAFANA_CLOUD_STACK_SLUG }}
TEST_GRAFANA_CLOUD_REGION: ${{ secrets.TEST_GRAFANA_CLOUD_REGION }}
Expand Down

0 comments on commit 623b734

Please sign in to comment.