From 7b603b8f3cb62518413069686f995459111ee0f7 Mon Sep 17 00:00:00 2001 From: Jordan Mele Date: Wed, 6 Dec 2023 18:24:29 +1100 Subject: [PATCH] Attempt to add CI workflow (attempt 2 of X), fix changing dir --- .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 f63d9d7b..dc880f33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,6 @@ jobs: with: path: "~/.cache/bazel" key: bazel-e2e-${{ matrix.scenario }} - - run: cd e2e/${{ matrix.scenario }} - run: bazel test //... + working-directory: e2e/${{ matrix.scenario }}