Skip to content

Commit 573bc65

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent f4c391f commit 573bc65

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ jobs:
6868
- name: Run E2E tests as a deployment
6969
run: |
7070
eval $(minikube -p minikube docker-env)
71-
EXTRA_PROFILES=""
7271
if [ "${{ matrix.sample }}" = "sample-operators/operations" ]; then
73-
EXTRA_PROFILES=",native"
72+
./mvnw -Pnative package -DskipTests -pl ${{ matrix.sample }}
73+
./mvnw jib:dockerBuild test -P end-to-end-tests,native -Dtest.deployment=remote -pl ${{ matrix.sample }}
74+
else
75+
./mvnw jib:dockerBuild test -P end-to-end-tests -Dtest.deployment=remote -pl ${{ matrix.sample }}
7476
fi
75-
./mvnw package jib:dockerBuild test -P end-to-end-tests${EXTRA_PROFILES} -Dtest.deployment=remote -pl ${{ matrix.sample }}

0 commit comments

Comments
 (0)