Skip to content

Commit

Permalink
Update ci-builds.yaml (bugfixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexplor committed May 22, 2023
1 parent 9dc9a25 commit f894b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-
- name: Install dependencies
run: composer install
- name: Build Gantry packages
run: composer build-dev
- name: Upload files to S3
Expand Down

0 comments on commit f894b09

Please sign in to comment.