Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat-iblox authored Oct 18, 2023
1 parent 482c800 commit 3106a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: Terraform acceptance tests
runs-on: ubuntu-latest
timeout-minutes: 10
environment: Acceptance tests
environment: testing
needs: build
steps:
- name: Setup Go 1.18
Expand All @@ -76,5 +76,5 @@ jobs:
B1DDI_API_KEY: ${{ secrets.BLOXONE_API_KEY }}
INTERNAL_SECONDARY: ${{ secrets.INTERNAL_SECONDARY }}
run: |
echo $B1DDI_HOST, $B1DDI_API_KEY
echo ${B1DDI_HOST}, ${B1DDI_API_KEY}
go test -v -cover ./b1ddi/b1ddi

0 comments on commit 3106a36

Please sign in to comment.