Skip to content
This repository was archived by the owner on May 7, 2023. It is now read-only.

Commit 6420645

Browse files
committed
Add composer step to workflow
1 parent f2a7686 commit 6420645

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@master
12+
- name: composer
13+
uses: docker://composer
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
with:
17+
args: install --no-interaction --prefer-dist --optimize-autoloader
1218
- name: Build
1319
uses: elgohr/Publish-Docker-Github-Action@master
1420
with:

0 commit comments

Comments
 (0)