Skip to content

Commit

Permalink
quiz-api back to non-native
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed Jun 19, 2024
1 parent cf739b4 commit 77f0390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
cd ./api
./mvnw clean install -Popenapi,h2
./mvnw -pl quiz-api spring-boot:build-image -Pnative -DskipTests
./mvnw -pl quiz-api spring-boot:build-image -DskipTests
./mvnw -pl bff spring-boot:build-image -Pnative -DskipTests
- name: Set VERSION environment variable
Expand Down

0 comments on commit 77f0390

Please sign in to comment.