Skip to content

Commit

Permalink
wip17
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 8, 2024
1 parent 60ccb1a commit 2ddd024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k8s-snap-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
TEST_LXD_IMAGE: ubuntu:22.04
TEST_INSPECTION_REPORTS_DIR: ${{ github.workspace }}/inspection-reports
run: |
echo TEST_CNCF_E2E
echo $TEST_CNCF_E2E
- name: Extract CNCF conformance report
if: ${{ env.TEST_CNCF_E2E }}
working-directory: k8s-snap/tests/integration
run: |
echo "yest=${TEST_CNCF_E2E}"
echo "yest=$TEST_CNCF_E2E"
Expand Down

0 comments on commit 2ddd024

Please sign in to comment.