Skip to content

Commit

Permalink
Fix workflow syntax (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Apr 11, 2020
1 parent affffbd commit 42caf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: make in-docker-test
-
name: Setup PHP-QA
uses: ${{ env.QA_DOCKER_IMAGE }
uses: ${{ env.QA_DOCKER_IMAGE }}

-
name: Install Composer dependencies
Expand Down

0 comments on commit 42caf8a

Please sign in to comment.