Skip to content

Commit 76851b3

Browse files
committed
updated rowkflow
1 parent 75d5f99 commit 76851b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ jobs:
1010
name: Run Unit tests
1111
runs-on: ubuntu-latest
1212

13-
1413
steps:
1514
- name: Checkout code
1615
uses: actions/checkout@v2
1716

1817
- name: Build Docker image
19-
run: docker build -t test_env .
18+
run: docker build -t test_env .
2019

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

0 commit comments

Comments
 (0)