From a516d7ee379aef14a35819f363f0426a65c40452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20A=2E=20Zapata=20H=C3=A4ntsch?= Date: Fri, 3 Jan 2025 16:16:05 -0300 Subject: [PATCH] chore(root): add double quotes to test:e2e script --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e945678ff..82192a727 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] node-version: [18.x, 20.x, 22.x] - test-plan: [test, test:e2e] + test-plan: [test, "test:e2e"] steps: - uses: actions/checkout@v4