Skip to content

Bump github.com/docker/docker #89

Bump github.com/docker/docker

Bump github.com/docker/docker #89

Workflow file for this run

name: Run Acceptance Tests
on:
push:
permissions:
contents: read
jobs:
run-acc-tests:
runs-on: ubuntu-latest
env:
ATLAS_PRIVATE_KEY: ${{ secrets.ATLAS_PRIVATE_KEY }}
ATLAS_PUBLIC_KEY: ${{ secrets.ATLAS_PUBLIC_KEY }}
ATLAS_PROJECT_ID: ${{ secrets.ATLAS_PROJECT_ID }}
ATLAS_ORGANIZATION_ID: ${{ secrets.ATLAS_ORGANIZATION_ID }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: .go-version
cache: true
- name: Run Acceptance Tests
run: make testacc
- name: Run Test Build
run: make dev