Skip to content

Commit 9b43609

Browse files
authored
Use released version of html report and js plugins (#218)
Signed-off-by: Zabil Cheriya Maliackal <zabilcm@gmail.com>
1 parent 8c236c4 commit 9b43609

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ jobs:
6666
with:
6767
gauge-version: master
6868

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-
7669
- name: Install Python
7770
run: |
7871
pip install -r requirements.txt
@@ -126,18 +119,6 @@ jobs:
126119
with:
127120
gauge-version: master
128121

129-
- name: Prep gauge-js
130-
run: |
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-
run: |
138-
cd gauge-js
139-
npm run installPlugin
140-
141122
- name: Install Python
142123
run: |
143124
pip install -r requirements.txt

0 commit comments

Comments
 (0)