Skip to content

Commit 09d00c3

Browse files
authored
Update main.yml
1 parent 92ab421 commit 09d00c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ jobs:
9797
- run: |
9898
env
9999
- run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
100-
- run: |
100+
- name: Build and test
101+
run: |
101102
if [ -n "${{ matrix.platform.image }}" ]; then
102103
docker login https://${{ env.foo }} -u ${{ github.actor }} -p ${{ github.token }}
104+
docker pull ${{ env.foo }}/${{ env.platform.image }}:latest
103105
docker run ${{ env.foo }}/${{ matrix.platform.image }}:latest echo hi
104106
else
105107
mkdir build && cd build

0 commit comments

Comments
 (0)