We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800119f commit 2adecfbCopy full SHA for 2adecfb
.github/workflows/pullrequest.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Install dependencies
51
if: steps.root-composer-cache.outputs.cache-hit != 'true'
52
- run: composer install --prefer-dist --no-progress --no-suggest
+ run: composer install --prefer-dist --no-progress
53
54
- name: Check Style
55
run: vendor/bin/phpcs
@@ -90,7 +90,7 @@ jobs:
90
91
working-directory: integration
92
if: steps.behat-composer-cache.outputs.cache-hit != 'true'
93
94
95
- name: Start test-harness container
96
run: docker run --rm -d -p 8013:8013 ghcr.io/open-feature/flagd-testbed:latest
0 commit comments