Skip to content

Commit

Permalink
Update backend-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 authored Aug 16, 2024
1 parent a7c065f commit cb24642
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: ${{ inputs.working_directory }}/pyproject.toml
#cache: poetry
#cache-dependency-path: ${{ inputs.working_directory }}/poetry.lock
cache: poetry
#ache-dependency-path: ${{ inputs.working_directory }}/poetry.lock
- name: Install dependencies
run: |
poetry update
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
POSTGRES_DB: unittesting
ports:
- 5432:5432
# needed because the postgres container does not provide a healthcheck
Expand All @@ -111,8 +111,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: ${{ inputs.working_directory }}/pyproject.toml
#cache: poetry
#cache-dependency-path: ${{ inputs.working_directory }}/poetry.lock
cache: poetry
cache-dependency-path: ${{ inputs.working_directory }}/poetry.lock
- name: Install dependencies
run: |
poetry update
Expand Down

0 comments on commit cb24642

Please sign in to comment.