diff --git a/.github/workflows/browser.yml b/.github/workflows/browser.yml index b74b6da98..f9a2bd124 100644 --- a/.github/workflows/browser.yml +++ b/.github/workflows/browser.yml @@ -103,7 +103,7 @@ jobs: sleep 5 # Give the browser time to initialize and connect via WebSocket - name: Run contract tests - uses: launchdarkly/gh-actions/actions/contract-tests@68e9b2f165f60934308f18e4b75623c30b905c38 + uses: launchdarkly/gh-actions/actions/contract-tests@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b with: test_service_port: 8000 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/shopify-oxygen.yml b/.github/workflows/shopify-oxygen.yml index 571cb9b6a..fc7273da5 100644 --- a/.github/workflows/shopify-oxygen.yml +++ b/.github/workflows/shopify-oxygen.yml @@ -32,7 +32,7 @@ jobs: run: yarn workspace @launchdarkly/shopify-oxygen-contract-tests build - name: Launch the test service in the background run: yarn workspace @launchdarkly/shopify-oxygen-contract-tests start &> /dev/null & - - uses: launchdarkly/gh-actions/actions/contract-tests@68e9b2f165f60934308f18e4b75623c30b905c38 + - uses: launchdarkly/gh-actions/actions/contract-tests@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b with: test_service_port: 8000 token: ${{ secrets.GITHUB_TOKEN }}