👷 wait for docker image to be pushed before testing action
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -36,6 +36,7 @@ jobs:
|
|||||||
|
|
||||||
test-action:
|
test-action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: build-docker-image
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir dist
|
- run: mkdir dist
|
||||||
|
|||||||
Reference in New Issue
Block a user