Skip to content

Commit

Permalink
chore(root): add double quotes to test:e2e script
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Jan 3, 2025
1 parent 17a807f commit a516d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a516d7e

Please sign in to comment.