Skip to content

Commit 027d107

Browse files
abitrollychubin
authored andcommitted
Fix invalid .yml for Actions
Ref. chubin#253
1 parent f568e3e commit 027d107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- run: docker-compose build
28-
- run: - docker images
28+
- run: docker images
2929
- run: |
3030
docker-compose -f docker-compose.yml up -d
3131
# docker-compose -f docker-compose.yml -f docker-compose.debug.yml up -d

0 commit comments

Comments
 (0)