diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2c337e6..b963a4c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -250,7 +250,7 @@ jobs: env: KUBECONFIG: ./kubeconfig STATUS_INTERVAL_SEC: 20 - run: chmod +x ./sonobuoy-artifacts.sh && ./sonobuoy-artifacts.sh + run: ./scripts/sonobuoy-artifacts.sh - name: Upload sonobuoy log artifacts uses: actions/upload-artifact@v3 diff --git a/sonobuoy-artifacts.sh b/scripts/sonobuoy-artifacts.sh similarity index 100% rename from sonobuoy-artifacts.sh rename to scripts/sonobuoy-artifacts.sh