Skip to content

Commit

Permalink
Update terratest ci step.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncollinson2001 committed Sep 15, 2024
1 parent be8b674 commit b110233
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,15 @@ jobs:
terraform test
working-directory: tests/integration-tests

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '^1.23.1'

- name: Login to Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Run End to End Tests
run: |
go mod tidy
go test -v -timeout 10m
working-directory: tests/end-to-end-tests
uses: cloudposse/github-action-terratest@main
with:
sourceDir: tests/end-to-end-tests

static-code-analysis:
name: Static Code Analysis
Expand Down

0 comments on commit b110233

Please sign in to comment.