Skip to content

Commit

Permalink
[TMP] Added dev dependencies for REST fullstack functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Dec 21, 2023
1 parent ad1785a commit d859335
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-callable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up whole project using the tested dependency
run: |
curl -L "https://raw.githubusercontent.com/ibexa/ci-scripts/main/bin/${{ env.version }}/prepare_project_edition.sh" > prepare_project_edition.sh
curl -L "https://raw.githubusercontent.com/ibexa/ci-scripts/d2f49d1ca18d2f5761d4b15afc1909677c56eb3e/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 }}
Expand Down
17 changes: 17 additions & 0 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"recipesEndpoint": "",
"packages": [
{
"requirement": "dev-ibx-7418-added-criterion-visitior-for-content-name-criterion as 4.6.x-dev",
"repositoryUrl": "https://github.com/ibexa/solr",
"package": "ibexa/solr",
"shouldBeAddedAsVCS": false
},
{
"requirement": "dev-ibx-7418-added-content-name-criterion as 4.6.x-dev",
"repositoryUrl": "https://github.com/ibexa/core",
"package": "ibexa/core",
"shouldBeAddedAsVCS": false
}
]
}

0 comments on commit d859335

Please sign in to comment.