Skip to content

Commit

Permalink
Fix invalid .yml for Actions
Browse files Browse the repository at this point in the history
Ref. #253
  • Loading branch information
abitrolly authored and chubin committed Nov 13, 2020
1 parent f568e3e commit 027d107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: docker-compose build
- run: - docker images
- run: docker images
- run: |
docker-compose -f docker-compose.yml up -d
# docker-compose -f docker-compose.yml -f docker-compose.debug.yml up -d
Expand Down

0 comments on commit 027d107

Please sign in to comment.