Skip to content

Commit

Permalink
Fix noscience hard-coed option in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 9, 2024
1 parent 9d1638b commit 0859532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: go install github.com/k8s-school/ciux@"${{ env.CIUX_VERSION }}"
- name: Ciux project ignition
run: |
ciux ignite --selector ci --branch="$GHA_BRANCH_NAME" $PWD --suffix noscience
ciux ignite --selector ci --branch="$GHA_BRANCH_NAME" $PWD --suffix "${{ env.SUFFIX }}"
- name: Create k8s (kind) cluster
run: |
# v0.20.0 does not work on self-hosted runners
Expand Down

0 comments on commit 0859532

Please sign in to comment.