Skip to content

Commit

Permalink
wip19
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 8, 2024
1 parent f431d79 commit 6703e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-snap-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo $TEST_CNCF_E2E
- name: Extract CNCF conformance report
if: ${{ env.TEST_CNCF_E2E }}
if: ${{ env.TEST_CNCF_E2E == 'true'}}
# working-directory: k8s-snap/tests/integration
run: |
echo "yest=${TEST_CNCF_E2E}"
Expand Down

0 comments on commit 6703e25

Please sign in to comment.