Merge pull request #482 from RainbowMango/pr_run_e2e_on_selfhosted

Run E2E on selfhosted environment
This commit is contained in:
karmada-bot 2021-06-30 22:41:15 +08:00 committed by GitHub
commit 0bec7e8d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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