We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb41df commit 23bd055Copy full SHA for 23bd055
.github/workflows/browser-tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
14
with:
15
project-edition: 'oss'
16
- project-version: '^4.1.x-dev'
+ project-version: '4.1.x-dev'
17
test-suite: '--mode=standard --profile=core --tags=~@broken'
18
secrets:
19
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments