Skip to content

Commit 1d8665d

Browse files
committed
workflow
1 parent 67952ea commit 1d8665d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Build Docker image
18-
run: docker build -t test_env .github/workflows/
18+
run: docker build -t test_env -f ./__tests__/environment/ .
1919

2020
- name: Run tests inside the container
2121
run: docker run test_env

0 commit comments

Comments
 (0)