diff --git a/.github/workflows/e2e-test-fleet-in-rancher.yml b/.github/workflows/e2e-test-fleet-in-rancher.yml index 8936e2fae1..6ac00d1a08 100644 --- a/.github/workflows/e2e-test-fleet-in-rancher.yml +++ b/.github/workflows/e2e-test-fleet-in-rancher.yml @@ -200,6 +200,21 @@ jobs: ./.github/scripts/label-downstream-cluster.sh + - + name: Checkout rancher/rancher + uses: actions/checkout@v4 + with: + fetch-depth: 0 + repository: rancher/rancher + ref: main + path: rancher + + - + name: Rancher Provisioning Tests + run: | + cd rancher + go test ./tests/v2prov/tests/fleet + - name: E2E tests for examples env: