From 0b45e7b02ae5dd0c2db8b7d5babddcdb1698a02e Mon Sep 17 00:00:00 2001 From: fdf <0xfdf@implies.com> Date: Sun, 4 Aug 2024 23:51:53 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d31b6a2..a697775 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,11 @@ on: branches: - main +defaults: + run: + working-directory: toraniko + shell: bash + jobs: test: runs-on: ubuntu-latest