Skip to content
Snippets Groups Projects
Commit 9179191c authored by Xiao Gui's avatar Xiao Gui
Browse files

fix github action

parent 97c802a9
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ env:
DOCKER_CONTAINER_NAME: github-actions-iav-dkr-container
jobs:
build:
buildimage:
runs-on: ubuntu-latest
steps:
......@@ -39,7 +39,7 @@ jobs:
test:
runs-on: self-hosted
needs: bulid
needs: buildimage
steps:
- name: Download docker image artefact
uses: actions/upload-artifact@v1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment