Skip to content

Commit

Permalink
Add default working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ltan02 committed Oct 21, 2023
1 parent 1b56aa2 commit 99c4aab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./backend

steps:
- uses: actions/checkout@v4
with:
path: 'backend'

- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit 99c4aab

Please sign in to comment.