Skip to content

Commit

Permalink
tror '::' skaper problem
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Jan 9, 2024
1 parent b6d9e82 commit a88ac3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: test and build
run: ./gradlew --info ${{ matrix.project }}::test ${{ matrix.project }}::build
run: ./gradlew ${{ matrix.project }}:build
- name: Check app.jar existence
id: app_jar
uses: andstor/file-existence-action@v2
Expand Down

0 comments on commit a88ac3c

Please sign in to comment.