Skip to content

Commit

Permalink
test action update
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchang committed Dec 12, 2024
1 parent 620aff9 commit 7e3223f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Check out the code
- name: Check out the code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
Expand All @@ -25,7 +25,7 @@ jobs:
name: Acceptance Tests
runs-on: ubuntu-latest
steps:
- name: Check out the code
- name: Check out the code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
Expand All @@ -39,7 +39,7 @@ jobs:
name: Checks
runs-on: ubuntu-latest
steps:
- name: Check out the code
- name: Check out the code
uses: actions/checkout@v4

- name: Set up Go
Expand All @@ -48,6 +48,9 @@ jobs:
go-version-file: go.mod
check-latest: true

- name: Setup Terraform with specified version on the runner
uses: hashicorp/setup-terraform@v2

- name: Check the docs are up to date
run: make check-docs

Expand Down

0 comments on commit 7e3223f

Please sign in to comment.