Skip to content

Commit

Permalink
Add missing Chrome setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Trotsenko committed Jun 17, 2024
1 parent 1b6afbe commit bd72136
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1

- uses: browser-actions/setup-chrome@v1
id: setup-chrome
- run: |
echo "CHROME_BIN=${{ steps.setup-chrome.outputs.chrome-path }}" >> $GITHUB_ENV
- name: Check all modules
run: ./gradlew check

0 comments on commit bd72136

Please sign in to comment.