Skip to content

Commit

Permalink
Bypasses jaxrs json to check whether the rest will compile
Browse files Browse the repository at this point in the history
  • Loading branch information
appiepollo14 committed Nov 7, 2023
1 parent f5d8c36 commit a612159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/microshed-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
chmod +x gradlew
./gradlew assemble testClasses
integration_tests:
environment: default
name: Tests - ${{matrix.category}}
runs-on: ubuntu-latest
needs: build
Expand All @@ -52,7 +51,7 @@ jobs:
include:
- category: JAXRS
projects: >
jaxrs-json
# jaxrs-json
jaxrs-basicauth
jaxrs-mpjwt
everything-app
Expand Down

0 comments on commit a612159

Please sign in to comment.