Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
suutari-ai committed Dec 19, 2024
1 parent 1b0f05f commit 55f72eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@ jobs:
.
docker compose build
- name: Build
run: docker compose build
- name: Create .env file
run: touch .env

- name: Start
run: docker compose up -d

- name: Create .env file
run: touch .env

- name: Test
run: docker compose exec web pytest -v

0 comments on commit 55f72eb

Please sign in to comment.