Skip to content

Commit 963b084

Browse files
committed
ci: fix execution of integration tests
1 parent 0fd0402 commit 963b084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wc-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ permissions: {}
3535
jobs:
3636
run-test:
3737
name: 🧪 Integration Test
38-
runs-on: ${{ fromJson(inputs.runner-labels) }}
38+
runs-on: ${{ (startsWith(inputs.runner-labels, '[') && endsWith(inputs.runner-labels, ']')) && fromJson(inputs.runner-labels) || inputs.runner-labels }}
3939
container:
4040
image: ${{ inputs.fully-qualified-image-name }}@${{ inputs.image-digest }}
4141
credentials:

0 commit comments

Comments
 (0)