We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018e7c3 commit 517f123Copy full SHA for 517f123
.github/workflows/maven.yml
@@ -34,18 +34,18 @@ jobs:
34
wget -q https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
35
tar -xzf apache-maven-3.6.3-bin.tar.gz
36
export PATH=$(pwd)/apache-maven-3.6.3/bin:$PATH
37
-
38
- - name: Set up Chrome browser
39
- uses: browser-actions/setup-chrome@latest
40
- with:
41
- chrome-version: 'latest'
42
43
- name: Install Gauge using CURL
44
run: npm install -g @getgauge/cli
45
46
- name: Install Gauge-Java plugin
47
run: gauge install java --version 0.10.3
48
+ - name: Set up Chrome browser
+ uses: browser-actions/setup-chrome@latest
+ with:
+ chrome-version: 'latest'
+
49
test:
50
runs-on: ubuntu-latest
51
needs: build
0 commit comments