Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Use a custom working directory
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Apr 18, 2024
1 parent 331283c commit 773e85e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 773e85e

Please sign in to comment.