Skip to content

Commit

Permalink
Reverted workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ctevse committed Oct 24, 2023
1 parent 4ef9a8e commit 1e49c94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/crawler-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
- name: Run Liquibase Update
run: |
cd db
mvn liquibase:update
mvn liquibase:update --projects=db
- name: Test Crawler
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/patchfinder-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
LIQUIBASE_COMMAND_PASSWORD: ${{ env.HIKARI_PASSWORD }}
run: |
mysql -e 'CREATE DATABASE nvip;' -u${{ env.HIKARI_USER }} -p${{ env.HIKARI_PASSWORD }}
cd db
mvn liquibase:update --no-transfer-progress
mvn liquibase:update --no-transfer-progress --projects=db
- name: Test and Build PatchFinder with Maven
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pne-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
LIQUIBASE_COMMAND_PASSWORD: ${{ env.HIKARI_PASSWORD }}
run: |
mysql -e 'CREATE DATABASE nvip;' -u${{ env.HIKARI_USER }} -p${{ env.HIKARI_PASSWORD }}
cd db
mvn liquibase:update --no-transfer-progress
mvn liquibase:update --no-transfer-progress --projects=db
- name: Test and Build Product Extractor with Maven
run: |
Expand Down

0 comments on commit 1e49c94

Please sign in to comment.