Skip to content

Commit 10d24f3

Browse files
committed
ci: Fix rate limiting error when downloading contract tests
1 parent cc13724 commit 10d24f3

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/actions/ci/action.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ runs:
4343
shell: bash
4444
run: make lint
4545

46-
- name: Run contract tests
46+
- name: Build contract tests
4747
shell: bash
48-
run: make contract-tests
48+
run: make build-contract-tests
49+
50+
- name: Start contract test service
51+
shell: bash
52+
run: make start-contract-test-service-bg
53+
54+
- uses: launchdarkly/gh-actions/actions/[email protected]
55+
with:
56+
test_service_port: 8000
57+
token: ${{ inputs.token }}
58+
extra_params: "-skip 'evaluation/parameterized/attribute references/array index is not supported'"

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
test:
32
php -d xdebug.mode=coverage vendor/bin/phpunit
43

0 commit comments

Comments
 (0)