We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83da431 commit 741dbc9Copy full SHA for 741dbc9
.github/workflows/e2e-tests.yml
@@ -33,7 +33,7 @@ jobs:
33
run: make build-e2e-fixtures
34
- name: Save images
35
run: |
36
- make build-e2e-fixtures --save
+ scripts/e2e_test_fixtures.sh --save
37
docker save quay.io/operator-framework/olm:local | gzip > olm-image.tar.gz
38
- name: Upload Docker images
39
uses: actions/upload-artifact@v4
@@ -103,7 +103,7 @@ jobs:
103
HELM_INSTALL_OPTS="--kubeconfig ${E2E_KUBECONFIG_ROOT}/kubeconfig-${i}" \
104
make kind-create deploy;
105
if [ "${UPDATE_FIXTURES}" == "true" ]; then
106
- scripts/e2e_test_fixtures --kind-load
+ scripts/e2e_test_fixtures.sh --kind-load
107
fi
108
done
109
0 commit comments