Skip to content

Commit fe06fc5

Browse files
committed
Add sample data on test github workflow
1 parent aa1fc8e commit fe06fc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
command: require gally/gally-premium:${{ env.composer_version }}
7777
env:
7878
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 }}"
7982
- name: Pull images
8083
run: ${{env.docker_compose_cmd}} pull --ignore-pull-failures || true
8184
- name: Start services

0 commit comments

Comments
 (0)