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

Commit

Permalink
fix(ci): build the application in a subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Dec 6, 2023
1 parent fdea805 commit ce7c4e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:

runs-on: ${{ matrix.os }}

defaults:
run:
working-directory: backend

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit ce7c4e8

Please sign in to comment.