Skip to content

Commit

Permalink
update workflow;
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalhoun committed Apr 15, 2024
1 parent 8d9037f commit ca12310
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ on:
types: [opened, synchronize, reopened]
paths-ignore:
- "README.md"

release:
types: [created]
paths-ignore:
- "README.md"

workflow_dispatch:

permissions:
id-token: write # This is required for requesting the JWT
id-token: write # This is required for requesting the JWT for OIDC
contents: read # This is required for actions/checkout

jobs:
Expand All @@ -30,8 +26,15 @@ jobs:
go-version-file: "./go.mod"
id: go

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_wrapper: false

- name: Setup atmos
uses: cloudposse/github-action-setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v2
with:
install-wrapper: false

- name: Get dependencies
run: go mod download
Expand Down

0 comments on commit ca12310

Please sign in to comment.