Skip to content

Commit

Permalink
fix: draft
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-goupil committed Feb 25, 2025
1 parent ef7d7e4 commit 4b2470e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
command: require gally/gally-premium:${{ env.composer_version }}
env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
- name: Install sample data package
working-directory: api
run: composer require "gally/gally-sample-data:${{ env.composer_version }} as ${{ inputs.last_published_version }}"
env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
- name: Pull images
run: ${{env.docker_compose_cmd}} pull --ignore-pull-failures || true
- name: Start services
Expand Down

0 comments on commit 4b2470e

Please sign in to comment.