Skip to content

Commit dbf2a7b

Browse files
authored
chore(ci): Fix job name in unit tests (#3)
1 parent 676d12f commit dbf2a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
jobs:
10-
test-policies:
10+
test:
1111
timeout-minutes: 30
1212
runs-on: ubuntu-latest
1313
steps:
@@ -21,4 +21,4 @@ jobs:
2121
- name: Install dependencies
2222
run: pip install -r requirements.txt
2323
- name: Run tests
24-
run: make test
24+
run: make test

0 commit comments

Comments
 (0)