Skip to content

Commit b795f3e

Browse files
author
Sylvestre Gug
committed
test.yml
1 parent fa8695e commit b795f3e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
2929
- name: Build
3030
if: ${{ steps.republish.outcome != 'success' }}
31-
run: |
32-
touch .env.test
33-
docker-compose build
31+
run: docker-compose build
3432
- name: Lint
3533
if: ${{ steps.republish.outcome != 'success' }}
3634
run: docker-compose run lint

0 commit comments

Comments
 (0)