Skip to content

Commit

Permalink
(ci) revert not working scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
ake2l committed Oct 10, 2023
1 parent 9622b9c commit 1eea96c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/quickcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,4 @@ jobs:
dbSchema=XDB
idStrategy=seqhilo
idParam=seq_id_gen" > src/demo/resources/demo/shop/oracle/shop.oracle.properties
- run: mvn $MAVEN_CLI_OPTS clean verify -DskipUTs=true -DskipITs=false

dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
- run: mvn $MAVEN_CLI_OPTS clean verify -DskipUTs=true -DskipITs=false

0 comments on commit 1eea96c

Please sign in to comment.