Skip to content

Commit

Permalink
add env credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Nov 26, 2024
1 parent 5e94fc0 commit b526c41
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/wep_app_ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Web App CI Workflow

on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]

jobs:
run_tests:
Expand Down Expand Up @@ -45,7 +39,9 @@ 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: |
Expand Down

0 comments on commit b526c41

Please sign in to comment.