Skip to content

Commit

Permalink
fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Jul 3, 2020
1 parent 8412900 commit c778572
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- java11
graalvm-version:
- 20.0.0
- 20.1.0

steps:
- uses: actions/checkout@v1
Expand All @@ -31,7 +30,7 @@ jobs:
- name: Start Database
run: ./docker/start_db_single.sh docker.io/arangodb/arangodb:3.6.4
- name: compile native
run: mvn package -Pnative-image
run: mvn package -Pnative-image -DskipTests
- name: start native server
run: ./target/arango-helidon-native-example -Dserver.port=8081 &
- name: test
Expand Down

0 comments on commit c778572

Please sign in to comment.