Skip to content

Commit

Permalink
Rename and move matchers JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 21, 2024
1 parent 6d8ca77 commit 220bf49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo sentryDsn=${{ secrets.SENTRY_DSN }} >> local.properties
- name: Add problem matchers
run: echo "::add-matcher::ci/matcher.json"
run: echo "::add-matcher::.github/matchers.json"

- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit 220bf49

Please sign in to comment.