Skip to content

Commit

Permalink
separating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SPGundewar committed Nov 1, 2024
1 parent 1c50c1d commit e9259b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,12 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest # Include flake8 for linting and pytest if needed
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install coverage codecov
- name: Create config.ini from secret
env:
CONFIG_INI: ${{ secrets.CONFIG_INI }}
run: |
# echo "$CONFIG_INI" > tests/config.ini
echo "$CONFIG_INI" > tests/config.ini
- name: Run Unit Tests with unittest
run: |
Expand Down

0 comments on commit e9259b7

Please sign in to comment.