We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67952ea commit 1d8665dCopy full SHA for 1d8665d
.github/workflows/unit_tests.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v2
16
17
- name: Build Docker image
18
- run: docker build -t test_env .github/workflows/
+ run: docker build -t test_env -f ./__tests__/environment/ .
19
20
- name: Run tests inside the container
21
run: docker run test_env
0 commit comments