File tree Expand file tree Collapse file tree 4 files changed +7
-39
lines changed Expand file tree Collapse file tree 4 files changed +7
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
contract-tests :
18
+
18
19
runs-on : ubuntu-22.04
19
20
env :
20
21
# Port the test service (implemented in this repo) should bind to.
@@ -28,10 +29,11 @@ jobs:
28
29
run_tests : false
29
30
- name : ' Launch test service as background task'
30
31
run : $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 &
31
- - uses : ./.github /actions/contract-tests
32
+ - uses : launchdarkly/gh-actions /actions/contract-tests@contract-tests-v1.0.0
32
33
with :
33
34
# Inform the test harness of test service's port.
34
35
test_service_port : ${{ env.TEST_SERVICE_PORT }}
36
+ token : ${{ secrets.GITHUB_TOKEN }}
35
37
build-test :
36
38
runs-on : ubuntu-22.04
37
39
steps :
Original file line number Diff line number Diff line change @@ -28,11 +28,12 @@ jobs:
28
28
run_tests : false
29
29
- name : ' Launch test service as background task'
30
30
run : $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 &
31
- - uses : ./.github /actions/contract-tests
31
+ - uses : launchdarkly/gh-actions /actions/contract-tests@contract-tests-v1.0.0
32
32
with :
33
33
# Inform the test harness of test service's port.
34
34
test_service_port : ${{ env.TEST_SERVICE_PORT }}
35
35
extra_params : ' -skip-from ./contract-tests/server-contract-tests/test-suppressions.txt'
36
+ token : ${{ secrets.GITHUB_TOKEN }}
36
37
build-test-server :
37
38
runs-on : ubuntu-22.04
38
39
steps :
Original file line number Diff line number Diff line change 32
32
run_tests : false
33
33
- name : ' Launch test service as background task'
34
34
run : $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 &
35
- - uses : ./.github /actions/contract-tests
35
+ - uses : launchdarkly/gh-actions /actions/contract-tests@contract-tests-v1.0.0
36
36
with :
37
37
repo : ' sse-contract-tests'
38
38
test_service_port : ${{ env.TEST_SERVICE_PORT }}
39
+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments