We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37be451 commit 027edfcCopy full SHA for 027edfc
.github/workflows/ci-pipeline.yml
@@ -11,4 +11,4 @@ jobs:
11
- name: Build test Docker image
12
run: docker build --target test --tag backend:test ./backend
13
- name: Run tests
14
- run: docker run --env-file backend/.env backend:test
+ run: docker run --env-file backend/.env.test backend:test
0 commit comments