Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 88dcc1e

Browse files
undo ci changes
1 parent 3a6901b commit 88dcc1e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/npm-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
env:
3434
SEAM_CONNECT_IMAGE: ghcr.io/seamapi/seam-connect:${{ github.event.inputs.connectSha || 'latest' }}
3535
RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
36-
strategy:
37-
fail-fast: false
38-
matrix:
39-
node: [0, 1]
40-
total_nodes: [2]
4136
steps:
4237
- uses: Sibz/github-status-action@v1
4338
if: ${{ github.event.inputs.connectSha }}
@@ -75,8 +70,6 @@ jobs:
7570
id: test
7671
env:
7772
SEAM_CONNECT_IMAGE: ${{ env.SEAM_CONNECT_IMAGE }}
78-
CI_NODE_INDEX: ${{ matrix.node }}
79-
CI_NODE_TOTAL: ${{ matrix.total_nodes }}
8073

8174
- uses: Sibz/github-status-action@v1
8275
if: ${{ github.event.inputs.connectSha && always() }}

0 commit comments

Comments
 (0)