Skip to content

Commit 58ff39a

Browse files
committed
Debugging
1 parent b17f253 commit 58ff39a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
- id: set-matrix
2020
run: |
2121
FLAVORS=$(poetry -- run nox -s ci:find-available-flavors)
22-
echo ------------------------------
23-
echo $FLAVORS
24-
echo ------------------------------
2522
echo matrix=$FLAVORS >> "$GITHUB_OUTPUT"
2623
outputs:
2724
matrix: ${{ steps.set-matrix.outputs.matrix }}

.github/workflows/ci_check_for_build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Run check
2626
id: run-check
2727
run: |
28-
result = `poetry run nox -s run_check_if_build_needed -- --flavor ${{ inputs.flavor }} --branch-name ${GITHUB_REF##*/}`
28+
echo branch name is ${GITHUB_REF##*/}
29+
result = `poetry run -- nox -s run_check_if_build_needed -- --flavor ${{ inputs.flavor }} --branch-name ${GITHUB_REF##*/}`
2930
echo "continue=$result" >> $GITHUB_OUTPUT
3031
3132
outputs:

0 commit comments

Comments
 (0)