Skip to content

Commit bb50855

Browse files
committed
updated workflow
1 parent 331a63c commit bb50855

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616

1717
- name: Build Custom Docker image
1818
run: docker build -t test_env .
19-
20-
- name: Connect docker demon
21-
run: docker build -t python3 -f /src/dockerfiles/python3.Dockerfile .
2219

2320
- name: Run unit tests inside the custom docker container
2421
run: docker run -dit -v "/var/run/docker.sock:/var/run/docker.sock:rw" test_env

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
jest
2+
docker build -t python3 -f /src/dockerfiles/python3.Dockerfile . && jest

0 commit comments

Comments
 (0)