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 8c236c4 commit 9b43609Copy full SHA for 9b43609
.github/workflows/tests.yml
@@ -66,13 +66,6 @@ jobs:
66
with:
67
gauge-version: master
68
69
- - name: Install html report
70
- run: |
71
- git clone --depth=1 https://github.com/getgauge/html-report
72
- cd html-report
73
- go run build/make.go
74
- go run build/make.go --install
75
-
76
- name: Install Python
77
run: |
78
pip install -r requirements.txt
@@ -126,18 +119,6 @@ jobs:
126
119
127
120
128
121
129
- - name: Prep gauge-js
130
131
- git clone https://github.com/getgauge/gauge-js.git
132
- cd gauge-js
133
- npm install
134
- shell: bash
135
136
- - name: Install gauge-js
137
138
139
- npm run installPlugin
140
141
122
142
123
143
124
0 commit comments