Skip to content

Commit

Permalink
feat: init pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Aug 21, 2024
1 parent 6fa72d3 commit 236e660
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
environment: production
strategy:
fail-fast: true
defaults:
run:
working-directory: ./server

steps:
- name: Checkout
Expand All @@ -24,11 +27,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Setup Server
run: |
cd server

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 236e660

Please sign in to comment.