switched runner to github action
Signed-off-by: Hrishikesh kumbhar <hrishikumbhar156@gmail.com>
This commit is contained in:
parent
2b615642ca
commit
3cc6dfc9b3
|
@ -65,10 +65,8 @@ jobs:
|
|||
run: make test
|
||||
e2e:
|
||||
name: e2e test
|
||||
if: ${{ github.repository == 'karmada-io/karmada' }}
|
||||
needs: build
|
||||
# switch back to GitHub Action after https://github.com/karmada-io/karmada/issues/566
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-18.04
|
||||
env:
|
||||
ARTIFACTS_PATH: ${{ github.workspace }}/karmada-e2e-logs/
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue