Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Sep 16, 2023
1 parent 39e73ce commit 28fce0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:

- run: poetry install --no-interaction --no-root

- run: cd /home/runner/work/hknweb && ls

- name: Run formatting check
run: |
cd /home/runner/work/hknweb/hknweb && poetry run black . --check --exclude=.venv
cd /home/runner/work/hknweb && poetry run black . --check --exclude=.venv
- name: Run unit tests
run: |
Expand Down

0 comments on commit 28fce0e

Please sign in to comment.