Skip to content

Commit

Permalink
re-ordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
0RWilliams committed Mar 18, 2024
1 parent d96718b commit 9cdc105
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
- name: Compile CSS
run: make compilescss

- name: Run tests
run: make pytest

# - name: Run BDD tests
# run: make bdd

- name: Run Flake8
run: make flake8

Expand All @@ -57,14 +51,11 @@ jobs:
- name: Run black
run: make black-check

- name: Install node packages
run: npm ci

- name: Build frontend
run: npm run build

- name: Run checks
run: make check-ci
- name: Run tests
run: make pytest

# - name: Run BDD tests
# run: make bdd

- name: Docker compose down
run: docker-compose down

0 comments on commit 9cdc105

Please sign in to comment.