From ec0563768fbac283e24395cb71e9bd89744e06f9 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 9 Dec 2024 06:39:09 -0700 Subject: [PATCH] fix: ci path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57ec409..cfd9d80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,4 +27,4 @@ jobs: - name: Test run: scripts/test - name: CLI smoke test - run: uv run cql2 < ../examples/text/example01.txt + run: uv run cql2 < examples/text/example01.txt