Skip to content

Commit

Permalink
Reshuffle some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Sep 11, 2024
1 parent 0c547b1 commit 6390b44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1

- name: 'Run Linux Tests'
- name: 'Run Jdbc, Android, and Native-Linux Tests'
if: matrix.os == 'ubuntu-latest'
run: >-
docker-compose build && docker-compose run --rm --service-ports setup &&
./gradlew clean build --stacktrace -PisCI -Pnosign
docker compose build && docker compose run --rm --service-ports setup &&
./gradlew build --stacktrace -PisCI -Pnosign
- name: 'Run MacOS Tests'
if: matrix.os == 'macOS-latest'
run: ./gradlew clean build --stacktrace -PisCI -Pnosign
run: ./gradlew :terpal-sql-native:build --stacktrace -PisCI -Pnosign

- name: 'Run windows tests'
if: matrix.os == 'windows-latest'
run: ./gradlew mingwX64Test --stacktrace -PisCI -Pnosign
run: ./gradlew :terpal-sql-native:mingwX64Test --stacktrace -PisCI -Pnosign

0 comments on commit 6390b44

Please sign in to comment.