Skip to content

Commit

Permalink
Revert actions simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 committed Sep 19, 2023
1 parent e0d9ff6 commit e5a3c59
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ jobs:
- name: Install python dependencies
run: sudo apt-get update && sudo apt-get install -y python3-setuptools python3-pip chromium-browser libgbm1 && make install-deps
- name: Run App in background
run: make e2e
run: |
yarn build
[ -d "./venv" ] && . ./venv/bin/activate
export FLASK_APP=./cre.py
export FLASK_CONFIG=development
FLASK_CONFIG=development flask run&
- name: Test-e2e
run: yarn test:e2e

0 comments on commit e5a3c59

Please sign in to comment.