Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mchades committed Sep 7, 2024
1 parent 3ba729f commit 38eec51
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 698 deletions.
96 changes: 0 additions & 96 deletions .github/workflows/access-control-integration-test.yml

This file was deleted.

192 changes: 0 additions & 192 deletions .github/workflows/backend-integration-test.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ jobs:
distribution: 'temurin'
cache: 'gradle'

- name: Test publish to local
run: ./gradlew publishToMavenLocal -x test -PjdkVersion=${{ matrix.java-version }}
- name: Setup debug Github Action
if: ${{ contains(github.event.pull_request.labels.*.name, 'debug action') }}
uses: csexton/debugger-action@master

- name: Free up disk space
run: |
Expand Down
Loading

0 comments on commit 38eec51

Please sign in to comment.