Skip to content

Commit

Permalink
temporarily disable miniGL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Mar 4, 2024
1 parent a7072f8 commit 57369dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jpos-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
with:
name: test-results
path: jpos/build/reports/tests/*
- name: Check minigl postgres
run: ./gradlew :modules:minigl:clean :modules:minigl:check --rerun-tasks --info
if: runner.os != 'Windows'
# - name: Check minigl postgres
# run: ./gradlew :modules:minigl:clean :modules:minigl:check --rerun-tasks --info
3 if: runner.os != 'Windows'
env:
TERM: dumb
GRADLE_OPTS: -Dtest.minigl_db_driver=postgres
Expand Down

0 comments on commit 57369dd

Please sign in to comment.