Skip to content

Commit

Permalink
ci: turn off e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
  • Loading branch information
kislerdm committed Aug 12, 2023
1 parent 2dc7d89 commit 9ad7445
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ jobs:
- name: Unittest with pytest
run: pytest -vv .

- name: e2e test
run: |
python pyarch.py -i fixtures -o fixtures
if [ $(cat fixtures/index.html | wc -l) -lt 1 ]; then echo "faulty html generated" && exit 1; fi
if [ $(cat fixtures/index.html | wc -l) -lt 1 ]; then echo "faulty js generated" && exit 1; fi

0 comments on commit 9ad7445

Please sign in to comment.