Skip to content

Commit

Permalink
[TMP] Added dependencies for browser-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Jul 18, 2024
1 parent a3a2238 commit 79b1f47
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
dependency-versions: "highest"
composer-options: "--prefer-dist --no-progress"

- name: Install ibexa/rest dev dependency
run: composer require ibexa/rest:'dev-added-criterion-processor as 4.6.x-dev'

- name: Setup problem matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

Expand Down
11 changes: 11 additions & 0 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"recipesEndpoint": "",
"packages": [
{
"requirement": "dev-added-criterion-processor as 4.6.x-dev",
"repositoryUrl": "https://github.com/ibexa/rest",
"package": "ibexa/rest",
"shouldBeAddedAsVCS": true
}
]
}

0 comments on commit 79b1f47

Please sign in to comment.