Skip to content

Commit

Permalink
ci: correct the runs-on
Browse files Browse the repository at this point in the history
    - we should runs the integration tests on the golang-supported machine

Signed-off-by: Vicente Cheng <[email protected]>
  • Loading branch information
Vicente-Cheng authored and bk201 committed Apr 30, 2024
1 parent ad3cbfe commit 7ee8a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: validation
runs-on:
- self-hosted
- Linux
- golang
steps:
- name: "Local Build for next stage"
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
needs: build
runs-on:
- self-hosted
- Linux
- golang
steps:
- name: "Local Deployment (Harvester+Longhorn+Node-Disk-Manager) for testing"
run: |
Expand Down

0 comments on commit 7ee8a4e

Please sign in to comment.