Skip to content

Commit

Permalink
Updated Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Sep 30, 2023
1 parent d52551f commit c4b5748
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,22 @@ jobs:

steps:
- name: Checkout source repository
uses: actions/checkout@v3
uses: actions/checkout@v4
clean: true
with:
submodules: 'true'
fetch-depth: 0

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'corretto'
java-version: ${{ matrix.java-version }}
check-latest: true

- name: Run tests
run: >-
./bld download compile test
./bld clean download compile test
-Dtest.postgres=true -Dtest.mysql=true -Dtest.mariadb=true -Dtest.oracle=true -Dtest.oracle-free=true
-DtestsBadgeUrl=https://rife2.com/tests-badge/update/com.uwyn.rife2/bld
-DtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }}

0 comments on commit c4b5748

Please sign in to comment.