Merge pull request #482 from RainbowMango/pr_run_e2e_on_selfhosted
Run E2E on selfhosted environment
This commit is contained in:
commit
0bec7e8d6c
|
@ -63,8 +63,10 @@ jobs:
|
|||
run: make test
|
||||
e2e:
|
||||
name: e2e test
|
||||
if: ${{ github.repository == 'karmada-io/karmada' }}
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
# switch back to GitHub Action after https://github.com/karmada-io/karmada/issues/481 get fixed.
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue