mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
Checkout code to run CI scripts
This commit is contained in:
parent
dbdaedcd47
commit
9c1ba11c36
1 changed files with 2 additions and 0 deletions
2
.github/workflows/spectesting.yml
vendored
2
.github/workflows/spectesting.yml
vendored
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue