Skip to content

Commit 68bdcf3

Browse files
committed
updated workflow
1 parent 76851b3 commit 68bdcf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
run: docker build -t test_env .
1919

2020
- name: Run tests inside the container
21-
run: docker run test_env
21+
run: docker run test_env
22+

0 commit comments

Comments
 (0)