Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Apr 26, 2024
1 parent 746f7cc commit e4d5299
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration-tests-callable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@ jobs:
${{ env.PROJECT_EDITION }}-${{ env.version }}
- name: Set up whole project using the tested dependency
env:
SETUP: ghcr.io/ibexa/docker/php:8.3-node18
run: |
curl -L "https://raw.githubusercontent.com/ibexa/ci-scripts/main/bin/${{ env.version }}/prepare_project_edition.sh" > prepare_project_edition.sh
chmod +x prepare_project_edition.sh
./prepare_project_edition.sh ${{ env.PROJECT_EDITION }} ${{ env.version }} ${{ env.SETUP }}
./prepare_project_edition.sh ${{ env.PROJECT_EDITION }} ${{ env.version }} ${{ env.SETUP }} ghcr.io/ibexa/docker/php:8.3-node18
- name: Run setup command
run: |
Expand Down

0 comments on commit e4d5299

Please sign in to comment.