Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zxjlm committed May 15, 2024
1 parent e701634 commit 3043066
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
poetry-version: [ 1.1.2 ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: backend/app
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -33,6 +36,9 @@ jobs:
poetry-version: [ 1.1.2 ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: backend/app
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 3043066

Please sign in to comment.