Skip to content

Commit bdcb385

Browse files
fix: update contract-tests action to v1.3.0 for enable_persistence_tests support
The pinned SHA (contract-tests-v1.1.0) did not have the enable_persistence_tests input, causing persistence tests to be skipped. Updated to contract-tests-v1.3.0 which supports this input. Co-Authored-By: rlamb@launchdarkly.com <kingdewman@gmail.com>
1 parent 9a95f3e commit bdcb385

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/server-redis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
use_redis: true
3535
- name: 'Launch test service as background task'
3636
run: $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 &
37-
# https://github.com/launchdarkly/gh-actions/releases/tag/contract-tests-v1.1.0
38-
- uses: launchdarkly/gh-actions/actions/contract-tests@2715574e04448246bc529a23a81766491bbc4aae
37+
# https://github.com/launchdarkly/gh-actions/releases/tag/contract-tests-v1.3.0
38+
- uses: launchdarkly/gh-actions/actions/contract-tests@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b
3939
with:
4040
test_service_port: ${{ env.TEST_SERVICE_PORT }}
4141
token: ${{ secrets.GITHUB_TOKEN }}
@@ -62,8 +62,8 @@ jobs:
6262
use_redis: true
6363
- name: 'Launch test service as background task'
6464
run: $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 &
65-
# https://github.com/launchdarkly/gh-actions/releases/tag/contract-tests-v1.1.0
66-
- uses: launchdarkly/gh-actions/actions/contract-tests@2715574e04448246bc529a23a81766491bbc4aae
65+
# https://github.com/launchdarkly/gh-actions/releases/tag/contract-tests-v1.3.0
66+
- uses: launchdarkly/gh-actions/actions/contract-tests@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b
6767
with:
6868
test_service_port: ${{ env.TEST_SERVICE_PORT }}
6969
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)