Skip to content

Commit a432daf

Browse files
committed
update: remove renderer out of test for now
1 parent 4c0b005 commit a432daf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
echo "Example repo ==>"
3939
ls examples/
4040
41+
- name: Remove renderer files out of test scope
42+
working-directory: ./examples
43+
run: |
44+
rm -rf examples/renderer.go
45+
46+
4147
- name: Run Examples generate original html files based on master branch
4248
working-directory: ./examples
4349
run: |

0 commit comments

Comments
 (0)