Skip to content

Commit c133544

Browse files
committed
update workflow
1 parent a953ab5 commit c133544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77

88
jobs:
99
test:
10-
name: Run Unit tests
10+
name: Run unit tests
1111
runs-on: ubuntu-latest
1212

1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v2
1616

17-
- name: Build Docker image
17+
- name: Build Custom Docker image
1818
run: docker build -t test_env .
1919

20-
- name: Run tests inside the container
20+
- name: Run unit tests inside the custom docker container
2121
run: docker run test_env

0 commit comments

Comments
 (0)