We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4926d3b commit 5e23007Copy full SHA for 5e23007
.github/workflows/client.yml
@@ -29,11 +29,12 @@ jobs:
29
run_tests: false
30
- name: 'Launch test service as background task'
31
run: $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 &
32
- - uses: launchdarkly/gh-actions/actions/[email protected].0
+ - uses: launchdarkly/gh-actions/actions/[email protected].2
33
with:
34
# Inform the test harness of test service's port.
35
test_service_port: ${{ env.TEST_SERVICE_PORT }}
36
token: ${{ secrets.GITHUB_TOKEN }}
37
+ version: 'cw/sc-239174/tls'
38
build-test:
39
runs-on: ubuntu-22.04
40
steps:
0 commit comments