We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1fc8e commit 2591b41Copy full SHA for 2591b41
.github/workflows/tests.yml
@@ -76,6 +76,11 @@ jobs:
76
command: require gally/gally-premium:${{ env.composer_version }}
77
env:
78
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
79
+ - name: Install sample data package
80
+ working-directory: api
81
+ run: composer require "gally/gally-sample-data:${{ env.composer_version }} as ${{ inputs.last_published_version }}"
82
+ env:
83
+ COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
84
- name: Pull images
85
run: ${{env.docker_compose_cmd}} pull --ignore-pull-failures || true
86
- name: Start services
0 commit comments