File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v4
1616 - uses : jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
1717 env :
18- MISE_ENABLE_TOOLS : java
18+ MISE_ENV : native
1919 - name : Run native tests
20- run : mise run native- test
20+ run : mise run test
Original file line number Diff line number Diff line change 1+ [tools ]
2+ java = " graalvm-community-24.0.1"
3+
4+ [tasks .test ]
5+ depends = " build"
6+ run = " ../../mvnw test -PnativeTest"
7+ dir = " integration-tests/it-spring-boot-smoke-test"
8+
Original file line number Diff line number Diff line change @@ -50,12 +50,6 @@ description = "Run OATs acceptance tests"
5050depends = " build"
5151run = " oats -timeout 5m examples/"
5252
53- [tasks .native-test ]
54- depends = " build"
55- tools.java = " graalvm-22.3.3+java17"
56- run = " ../../mvnw test -PnativeTest"
57- dir = " integration-tests/it-spring-boot-smoke-test"
58-
5953[tasks .set-version ]
6054run = ' ./scripts/set-version.sh {{arg(name="version")}}'
6155
You can’t perform that action at this time.
0 commit comments