Skip to content

Commit

Permalink
debug and fix GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
pmhsfelix committed Sep 22, 2024
1 parent acc999b commit 15adba7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
with:
java-version: 21
distribution: temurin
- name: debug-1
run: cd code/jvm/tic-tac-toe
- name: debug-2
run: docker-compose up -d --build --force-recreate db-tests
- name: Build with Gradle
env:
DB_URL: ${{ secrets.DB_URL }}
run: ./code/jvm/gradlew -p code/jvm check --info
run: ./code/jvm/gradlew -p code/jvm check --debug

0 comments on commit 15adba7

Please sign in to comment.