Skip to content

Commit b5406e4

Browse files
committed
Fix CI file syntax
Signed-off-by: Alexander Rodin <[email protected]>
1 parent 171e56a commit b5406e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v1
24-
- uses: "cd tests && make check-component-features"
24+
- run: "cd tests && make check-component-features"

0 commit comments

Comments
 (0)