Skip to content

Commit e7c7e59

Browse files
authored
setting up chrome browser
1 parent 639f00e commit e7c7e59

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
distribution: 'temurin'
2323
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2424
settings-path: ${{ github.workspace }} # location for the settings.xml file
25+
26+
- name: SetUp Chrome Browser
27+
- uses: browser-actions/setup-chrome@latest
28+
- run: chrome --version
2529

2630
- name: Build with Maven
2731
if: ${{ github.ref != 'refs/heads/master' }}

0 commit comments

Comments
 (0)