Skip to content

Commit 67952ea

Browse files
committed
update workflow
1 parent d6a21dc commit 67952ea

File tree

3 files changed

+1
-1
lines changed

3 files 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 .
18+
run: docker build -t test_env .github/workflows/
1919

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

0 commit comments

Comments
 (0)