Skip to content

Commit

Permalink
build: CI 파이프라인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
E5presso committed Sep 5, 2024
1 parent a141e9e commit f3e4a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: actions/setup-python@master
with:
python-version: ${{ env.PYTHON }}
- name: Install Test Environments for CI
run: docker compose -f docker-compose.ci.yml up -d
- name: Setup Poetry
uses: abatilo/actions-poetry@v3
with:
Expand Down

0 comments on commit f3e4a2f

Please sign in to comment.