Skip to content

Commit 04e2e3d

Browse files
author
Per Goncalves da Silva
committed
fix gha
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 83da431 commit 04e2e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: make build-e2e-fixtures
3434
- name: Save images
3535
run: |
36-
make build-e2e-fixtures --save
36+
scripts/build-e2e-fixtures --save
3737
docker save quay.io/operator-framework/olm:local | gzip > olm-image.tar.gz
3838
- name: Upload Docker images
3939
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)