Skip to content

Commit

Permalink
fix: Fix test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Mar 25, 2024
1 parent 87d7fcd commit e134f89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ jobs:
with:
python-version: '3.11'

- name: Prepare environment
run: |
sed -i '/rosemary @ file:\/\/\/app/d' requirements.txt
- name: Install dependencies
run: bash ./scripts/check_env_and_install.sh
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
env:
Expand All @@ -42,4 +48,4 @@ jobs:
MARIADB_USER: uvlhub_user
MARIADB_PASSWORD: uvlhub_password
run: |
rosemary test
pytest app/blueprints/
8 changes: 0 additions & 8 deletions scripts/check_env_and_install.sh

This file was deleted.

0 comments on commit e134f89

Please sign in to comment.