File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,10 @@ jobs:
142
142
- name : Checkout repository
143
143
uses : actions/checkout@v4
144
144
- name : Build test framework
145
+ uses : crazy-max/ghaction-setup-docker@v3
145
146
working-directory : test
147
+ env :
148
+ CONTAINER_RUNNER : docker
146
149
run : ./scripts/container-run.sh ./scripts/build.sh
147
150
- uses : actions/upload-artifact@v3
148
151
with :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if [[ "$(uname -s)" != "Linux" ]]; then
23
23
fi
24
24
25
25
container_image=$( cat " $REPO_DIR /building/linux-container-image.txt" )
26
- podman build -t mullvadvpn-app-tests --build-arg IMAGE=" ${container_image} " .
26
+ " $CONTAINER_RUNNER " build -t mullvadvpn-app-tests --build-arg IMAGE=" ${container_image} " .
27
27
28
28
exec " $CONTAINER_RUNNER " run --rm -it \
29
29
-v " ${CARGO_REGISTRY_VOLUME_NAME} " :/root/.cargo/registry:Z \
You can’t perform that action at this time.
0 commit comments