From 773e85ed043e91584c8c68952a561b6a8b92ceeb Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Thu, 18 Apr 2024 10:11:31 -0400 Subject: [PATCH] Use a custom working directory Signed-off-by: Kyle Harding --- .github/workflows/ci.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c924297..2644dd5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,16 @@ jobs: test: name: test runs-on: actuated-2cpu-2gb + + defaults: + run: + working-directory: .github + shell: bash --noprofile --norc -eo pipefail -x {0} + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup buildx uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 with: