diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 9697778..293da45 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'aws-sdk' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -39,6 +40,7 @@ jobs: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'aws-sdk' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" @@ -55,6 +57,7 @@ jobs: name: "PHP 8.3/Node 22/MySQL 8.4/Compatibility layer/Solr 8/Redis latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'aws-sdk' project-edition: "headless" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=headless" diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 0000000..0feb847 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,11 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-aws-sdk as 0.2.x-dev", + "repositoryUrl": "https://github.com/ibexa/ci-scripts", + "package": "ibexa/ci-scripts", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file