Checkout code to run CI scripts

This commit is contained in:
Brian Cain 2020-07-08 15:54:53 -07:00 committed by sophia
parent dbdaedcd47
commit 9c1ba11c36

View File

@ -12,6 +12,8 @@ jobs:
runs-on: self-hosted
name: Build Packet Instance
steps:
- name: Code Checkout
uses: actions/checkout@v1
- name: Create packet instance
run: ./.ci/spec/create-packet.sh
working-directory: ${{github.workspace}}