1
0
mirror of https://github.com/hashicorp/vagrant.git synced 2026-02-05 06:46:21 +01:00

Update repository name in spectesting workflow

This commit is contained in:
Chris Roberts
2020-10-15 13:07:02 -07:00
parent 0383eb011a
commit 22795b161b

View File

@@ -7,7 +7,7 @@ on:
jobs:
setup-packet:
if: github.repository == 'hashicorp/vagrant-blackbox'
if: github.repository == 'hashicorp/vagrant-acceptance'
runs-on: self-hosted
name: Build Packet Instance
steps:
@@ -18,7 +18,7 @@ jobs:
working-directory: ${{github.workspace}}
setup-hosts:
if: github.repository == 'hashicorp/vagrant-blackbox'
if: github.repository == 'hashicorp/vagrant-acceptance'
runs-on: self-hosted
name: Vagrant-Spec Start Hosts
needs: setup-packet
@@ -40,7 +40,7 @@ jobs:
VAGRANT_SPEC_PROVIDERS: ${{matrix.providers}}
spec-tests:
if: github.repository == 'hashicorp/vagrant-blackbox'
if: github.repository == 'hashicorp/vagrant-acceptance'
runs-on: self-hosted
name: Vagrant-Spec Tests
needs: setup-hosts
@@ -61,7 +61,7 @@ jobs:
VAGRANT_DOCKER_IMAGES: ${{matrix.docker_images}}
cleanup:
if: github.repository == 'hashicorp/vagrant-blackbox'
if: github.repository == 'hashicorp/vagrant-acceptance'
runs-on: self-hosted
name: Cleanup Post Vagrant-Spec Tests
needs: spec-tests