Skip to content

Commit

Permalink
Remove outdated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Oct 16, 2024
1 parent 5b8c1ba commit 78e14b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 115 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,40 +41,34 @@ jobs:
path: .juvix-build
restore-keys: |
juvix-cache-
- name: Install Python
uses: actions/[email protected]
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: ${{ env.POETRY_VERSION }}

- name: Cache .cache
uses: actions/[email protected]
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- name: Install Linux dependencies
run: sudo apt-get install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev pngquant graphviz

- name: Install Python dependencies
run: poetry install

- name: Run test
run: poetry run pytest
- name: Create MkDocs Project
run: |
juvix-mkdocs new -f -n --no-run-server --no-open --project-name my-juvix-project
- name: Build MkDocs Project
run: juvix-mkdocs build -p my-juvix-project
env:
SITE_URL: https://anoma.github.io/juvix-mkdocs

- if: success()
uses: JamesIves/[email protected]
with:
Expand Down
107 changes: 0 additions & 107 deletions test/test_cli.py

This file was deleted.

0 comments on commit 78e14b9

Please sign in to comment.