Skip to content

Bump github.com/docker/docker #58

Bump github.com/docker/docker

Bump github.com/docker/docker #58

Workflow file for this run

name: Run Acceptance Tests
on:
push:
permissions:
contents: read
jobs:
run-acc-tests:
runs-on: ubuntu-latest
env:
VAULT_ACC: 1
TF_TOKEN: ${{ secrets.TF_TOKEN }}
TF_ORGANIZATION: ${{ secrets.TF_ORGANIZATION }}
TF_TEAM_ID: ${{ secrets.TF_TEAM_ID }}
TF_USER_ID: ${{ secrets.TF_USER_ID }}
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version-file: .go-version
cache: true
- name: Run Acceptance Tests
run: make testacc
- name: Run Test Build
run: make dev