Skip to content

Commit

Permalink
Minor consistency fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 1, 2024
1 parent 04ce064 commit 840fd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalwasm-micronaut-photon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
cd graalwasm/graalwasm-micronaut-photon
./mvnw --no-transfer-progress clean package
- name: Build native 'graalwasm/graalwasm-micronaut-photon'
- name: Build native 'graalwasm-micronaut-photon'
run: |
cd graalwasm/graalwasm-micronaut-photon
./mvnw --no-transfer-progress clean package -Dpackaging=native-image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalwasm-spring-boot-photon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
cd graalwasm/graalwasm-spring-boot-photon
./mvnw --no-transfer-progress clean package
- name: Build native 'graalwasm/graalwasm-spring-boot-photon'
- name: Build native 'graalwasm-spring-boot-photon'
run: |
cd graalwasm/graalwasm-spring-boot-photon
./mvnw --no-transfer-progress clean -Pnative native:compile
Expand Down

0 comments on commit 840fd46

Please sign in to comment.