File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 sleep 5 # Give the browser time to initialize and connect via WebSocket
104104
105105 - name : Run contract tests
106- uses : launchdarkly/gh-actions/actions/contract-tests@21174f3a7f3aa3e3121227ec91842e8a1ebeec6e
106+ uses : launchdarkly/gh-actions/actions/contract-tests@429c1efe4577f945d33065d86999b6d74f52405b
107107 with :
108108 test_service_port : 8000
109109 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3232 run : yarn workspace @launchdarkly/shopify-oxygen-contract-tests build
3333 - name : Launch the test service in the background
3434 run : yarn workspace @launchdarkly/shopify-oxygen-contract-tests start &> /dev/null &
35- - uses : launchdarkly/gh-actions/actions/contract-tests@21174f3a7f3aa3e3121227ec91842e8a1ebeec6e
35+ - uses : launchdarkly/gh-actions/actions/contract-tests@429c1efe4577f945d33065d86999b6d74f52405b
3636 with :
3737 test_service_port : 8000
3838 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments