Skip to content

Commit 7975d94

Browse files
committed
github workflow file fix
1 parent 5d8ea8a commit 7975d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
command -v task
6363
6464
- name: "Run unit tests"
65-
- run: "task test"
65+
run: "task test"

0 commit comments

Comments
 (0)