Skip to content

Commit 2fa98bd

Browse files
committed
simplify pipeline
1 parent 87fa908 commit 2fa98bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: "pip"
2222
- run: pip install -r requirements.txt
2323
- run: playwright install chromium --with-deps
24-
- run: echo "SPRING_PROFILES_ACTIVE=test" > .env
24+
- run: touch .env
2525
- run: docker compose up --build --wait
2626
- run: pytest
2727
- name: Upload screenshots

0 commit comments

Comments
 (0)