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 bfc3994 commit f3dfb23Copy full SHA for f3dfb23
.github/workflows/maven.yml
@@ -41,7 +41,7 @@ jobs:
41
chrome-version: 'latest'
42
43
- name: Install Gauge using CURL
44
- run: curl -SsL https://downloads.gauge.org/stable | sh
+ run: npm install -g @getgauge/cli
45
46
- name: Install Gauge-Java plugin
47
run: gauge install java --version 0.7.4
0 commit comments