diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f7c83a1..cc4fd2f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,7 @@ jobs: - name: Run tests run: | tests=$(find ./codegen/src/ -name '*.test.pkl') - pkl test $tests + pkl test "$tests" pkl-snippet: runs-on: ubuntu-latest @@ -68,3 +68,4 @@ jobs: - run: npm install - run: npm run test:e2e + timeout-minutes: 3