We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c2a55 commit 2a0bbd0Copy full SHA for 2a0bbd0
.github/workflows/build.yml
@@ -433,7 +433,6 @@ jobs:
433
- install
434
- monitoring
435
- integration-test
436
- - workspace-integration-tests-main
437
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@secrets
438
secrets:
439
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
.github/workflows/workspace-integration-tests.yml
@@ -37,6 +37,8 @@ jobs:
37
38
runner_token: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_TOKEN }}
39
40
+ with:
41
+ task: workspace-integration-tests
42
43
configuration:
44
name: Configuration
0 commit comments