Skip to content

Commit

Permalink
use vars.ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Mar 21, 2024
1 parent 5b9c601 commit a0054e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ jobs:
- uses: actions/checkout@v3
with:
show-progress: false

- uses: php-actions/composer@v6

- name: Install docker-compose
uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.24.0'

- name: Information
run: |
docker-compose --version
- name: Build Platform
run: composer dev:start
run: composer dev:start -- --extra-vars=@/usr/share/ash/vars.ci.yml

0 comments on commit a0054e9

Please sign in to comment.