Skip to content

Commit

Permalink
Specify a work directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock committed Oct 9, 2024
1 parent ca62216 commit a8bf42a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ jobs:
files: .github/docker-compose.yml
load: true
targets: bootstrap
workdir: .

- name: Build the environment
uses: docker/bake-action@v5
with:
files: .github/docker-compose.yml
load: true
targets: env
workdir: .

- name: Build Fenix
uses: docker/bake-action@v5
Expand All @@ -39,6 +41,7 @@ jobs:
files: .github/docker-compose.yml
load: true
targets: fenix
workdir: .

- name: Test Fenix
run: docker run local/fenix

0 comments on commit a8bf42a

Please sign in to comment.