diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5850bc..d894976 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: name: Run tests strategy: matrix: - command: ['test', test:integration] + command: ['test', 'test:integration'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c192a1..7c18a19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: strategy: fail-fast: false matrix: - command: ['test', test:integration] + command: ['test', 'test:integration'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4