Skip to content

Commit

Permalink
update: remove renderer out of test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed May 20, 2024
1 parent 4c0b005 commit a432daf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
echo "Example repo ==>"
ls examples/
- name: Remove renderer files out of test scope
working-directory: ./examples
run: |
rm -rf examples/renderer.go

- name: Run Examples generate original html files based on master branch
working-directory: ./examples
run: |
Expand Down

0 comments on commit a432daf

Please sign in to comment.