Skip to content

Commit

Permalink
Merge pull request #2 from easybill/0.1.1
Browse files Browse the repository at this point in the history
Fix native test and use quarkusTest in github action
  • Loading branch information
BolZer authored Sep 30, 2024
2 parents 4cc39d7 + 9ab02df commit a2b372d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
gradle-version: 8.7

- name: Run tests with gradle wrapper
run: gradle test
run: gradle test

- name: Run native tests with gradle wrapper
run: gradle quarkusIntTest
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
import io.quarkus.test.junit.QuarkusIntegrationTest;

@QuarkusIntegrationTest
class ExampleResourceIT extends ExampleResourceTest {
class IndexResourceIT extends IndexControllerTest {
// Execute the same tests but in packaged mode.
}

0 comments on commit a2b372d

Please sign in to comment.