Skip to content

Commit 6308b00

Browse files
committed
CCM-10981: add workspace key
1 parent 652df16 commit 6308b00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
timeout-minutes: 5
9090
needs: [install-dependencies, discover-workspaces]
9191
strategy:
92-
matrix: ${{ fromJSON(needs.discover-workspaces.outputs.matrix) }}
92+
fail-fast: false
93+
matrix:
94+
workspace: ${{ fromJSON(needs.discover-workspaces.outputs.matrix) }}
9395
steps:
9496
- name: "Checkout code"
9597
uses: actions/[email protected]

0 commit comments

Comments
 (0)