Skip to content

Commit

Permalink
Fix busybox env var for 2019 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymianeil committed May 12, 2023
1 parent 10864b5 commit 3a8099e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Run tests with gotestsum
shell: bash
env:
BUSYBOX_IMAGE: docker.mirror.hashicorp.services/hashicorpdev/busybox-windows:ltsc2022
BUSYBOX_IMAGE: docker.mirror.hashicorp.services/hashicorpdev/busybox-windows:${{ matrix.tag }}
run: |-
# Only test docker driver tests for now
export PATH=/c/go/bin:/c/gopath/bin:$PATH
Expand Down

0 comments on commit 3a8099e

Please sign in to comment.