Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Nov 26, 2024
1 parent a6a524e commit a971549
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wep_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'


- name: Go to Web_App directory
run: cd apps/web_app

- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
Expand All @@ -39,13 +42,10 @@ jobs:
poetry lock --no-update
poetry install
- name: Create .env file
run: cp .env.dev .env

- name: Run Tests for Web_App
working-directory: ./apps/web_app
run: |
cp .env.test .env
cp .env.dev .env
poetry run pytest --junitxml=results.xml
- name: Upload Test Results
Expand Down
10 changes: 0 additions & 10 deletions apps/web_app/.env.test

This file was deleted.

0 comments on commit a971549

Please sign in to comment.