Skip to content

Commit

Permalink
Install argo-workflow with ktbx
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 9, 2024
1 parent a52a7e1 commit b3daffd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/e2e-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
run: |
ktbx install olm
ktbx install argocd
- name: Install argo-workflows (fink-alert-simulator pre-requisite)
run: |
ktbx install argowf
- name: Run argoCD
run: |
./e2e/argocd.sh
Expand All @@ -113,10 +116,6 @@ jobs:
else
echo "Using existing image"
fi
- name: Install fink-alert-simulator pre-requisites (argo-workflows)
run: |
. "$CIUXCONFIG"
. "$FINK_ALERT_SIMULATOR_DIR"/prereq-install.sh
- name: Run fink-alert-simulator
run: |
. "$CIUXCONFIG"
Expand Down

0 comments on commit b3daffd

Please sign in to comment.