Skip to content

Commit

Permalink
tidy acceptance test action
Browse files Browse the repository at this point in the history
  • Loading branch information
toppercodes committed Apr 6, 2024
1 parent ec2e913 commit 024a8bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/acc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ on:

jobs:
test:
name: Acceptance Tests
runs-on: ubuntu-latest
env:
GO111MODULE: on
strategy:
matrix:
go-version: [ 1.21.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
go-version-file: go.mod
cache: false

- name: Acceptance Tests
env:
AXIOM_TOKEN: ${{ secrets.TF_PROVIDER_API_TOKEN }}
Expand Down

0 comments on commit 024a8bf

Please sign in to comment.