From 248efd2162b5a5384712283e5555f6707f3b7a90 Mon Sep 17 00:00:00 2001 From: Jason Gwartz Date: Sun, 17 Mar 2024 12:32:52 +0000 Subject: [PATCH] undo add quotes --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cc4fd2f..53d0592 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