We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639f00e commit e7c7e59Copy full SHA for e7c7e59
1 file changed
.github/workflows/main.yml
@@ -22,6 +22,10 @@ jobs:
22
distribution: 'temurin'
23
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
24
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
29
30
- name: Build with Maven
31
if: ${{ github.ref != 'refs/heads/master' }}
0 commit comments