mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
chore: Fix failing e2e tests due to GH actions change (#5658)
Signed-off-by: jannfis <jann@mistrust.net>
This commit is contained in:
parent
519ac0d291
commit
e33330fce1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci-build.yaml
vendored
3
.github/workflows/ci-build.yaml
vendored
|
|
@ -355,6 +355,9 @@ jobs:
|
|||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '1.14.12'
|
||||
- name: GH actions workaround - Kill XSP4 process
|
||||
run: |
|
||||
sudo pkill mono || true
|
||||
- name: Install K3S
|
||||
env:
|
||||
INSTALL_K3S_VERSION: ${{ matrix.k3s-version }}+k3s1
|
||||
|
|
|
|||
Loading…
Reference in a new issue