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 cbac6a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
test:
name: test
runs-on: actuated-2cpu-2gb

defaults:
run:
working-directory: .github
shell: bash --noprofile --norc -eo pipefail -x {0}

steps:
- name: Setup buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
Expand Down

0 comments on commit cbac6a5

Please sign in to comment.