We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76851b3 commit 68bdcf3Copy full SHA for 68bdcf3
.github/workflows/unit_tests.yml
@@ -18,4 +18,5 @@ jobs:
18
run: docker build -t test_env .
19
20
- name: Run tests inside the container
21
- run: docker run test_env
+ run: docker run test_env
22
+
0 commit comments