Skip to content

Commit

Permalink
Run bff build from bff subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Jan 3, 2025
1 parent 9c333a3 commit 790aa2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bff-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
runs-on: [macOS-latest, ubuntu-latest, windows-latest]
name: ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}

defaults:
run:
working-directory: bff
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 790aa2a

Please sign in to comment.