Skip to content

Commit

Permalink
fixup! Move CI to testing in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
palexster committed May 20, 2021
1 parent 6100098 commit 1a73b09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration.yml
Expand Up @@ -242,10 +242,11 @@ jobs:
if: needs.configure.outputs.ok-to-continue == 'true' && github.event.pull_request.draft == false
steps:

- name: Set up QEMU
uses: docker/setup-qemu-action@v1.0.1
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
platforms: all
go-version: 1.16
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 1a73b09

Please sign in to comment.