Skip to content

Commit

Permalink
Run release tests on self-hosted runner with metavision installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill authored Nov 15, 2023
1 parent ba8dd72 commit 490be59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

test-artifact-install:
name: Test Artifact Install
runs-on: ubuntu-latest
runs-on: self-hosted
needs: build-artifacts

steps:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
test-artifact-use:
name: Test Artifact With Unit Tests
runs-on: ubuntu-latest
runs-on: self-hosted
needs: [build-artifacts, test-artifact-install]

steps:
Expand Down

0 comments on commit 490be59

Please sign in to comment.