Skip to content

Commit

Permalink
refactoring: deleted downloading setuping chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
irinaBerendeeva87 committed Dec 14, 2023
1 parent abdcbf6 commit 662215b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: maven

# - uses: browser-actions/setup-chrome@v1
# with:
# chrome-version: stable
# id: setup-chrome
# - run: chrome --version
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: stable
id: setup-chrome
- run: chrome --version

- name: Build with Maven
run: mvn clean test
Expand Down

0 comments on commit 662215b

Please sign in to comment.