Skip to content

Commit

Permalink
chore: fix integration tests execution (#78)
Browse files Browse the repository at this point in the history
* chore: fix integration tests execution
  • Loading branch information
filipelautert authored Nov 21, 2024
1 parent 8957ac9 commit 300c125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Test

on:
workflow_dispatch:
pull_request_target:
pull_request:
types:
- opened
- reopened
Expand All @@ -24,7 +24,7 @@ jobs:
java: "[ 17, 21 ]"

integration-tests:
name: Java ${{ matrix.java }}
name: Integration Test - Java ${{ matrix.java }}
runs-on: ubuntu-latest
needs: build-test
strategy:
Expand Down
Empty file modified mvnw
100644 → 100755
Empty file.

0 comments on commit 300c125

Please sign in to comment.