Skip to content

Commit

Permalink
edit test format
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshedivy committed Aug 6, 2024
1 parent d864c73 commit a93ede3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
checks:
name: Python ${{ matrix.python }} - ${{ matrix.task.name }}
runs-on: [ubuntu-latest]
environment: OSSBUILD
timeout-minutes: 15
strategy:
fail-fast: false
Expand All @@ -37,11 +38,6 @@ jobs:
- name: Test
run: |
pytest -v --color=yes tests/
environment: OSSBUILD
env:
VITE_SERVER: ${{ secrets.VITE_SERVER }}
VITE_DB_USER: ${{ secrets.VITE_DB_USER }}
VITE_DB_PASS: ${{ secrets.VITE_DB_PASS }}
include:
- python: "3.10"
task:
Expand Down Expand Up @@ -93,6 +89,10 @@ jobs:
run: |
. .venv/bin/activate
${{ matrix.task.run }}
env:
VITE_SERVER: ${{ secrets.VITE_SERVER }}
VITE_DB_USER: ${{ secrets.VITE_DB_USER }}
VITE_DB_PASS: ${{ secrets.VITE_DB_PASS }}

- name: Upload package distribution files
if: matrix.task.name == 'Build'
Expand Down

0 comments on commit a93ede3

Please sign in to comment.