Comment pcweb integration tests (#702)
This commit is contained in:
parent
592be487c9
commit
61d1fe68c8
26
.github/workflows/integration_website.yml
vendored
26
.github/workflows/integration_website.yml
vendored
@ -58,16 +58,16 @@ jobs:
|
|||||||
path: .venv
|
path: .venv
|
||||||
key: python-${{ matrix.python-version }}-pydeps-${{ hashFiles('**/poetry.lock') }}
|
key: python-${{ matrix.python-version }}-pydeps-${{ hashFiles('**/poetry.lock') }}
|
||||||
|
|
||||||
- name: Poetry Install
|
# - name: Poetry Install
|
||||||
run: poetry install --no-interaction --no-root
|
# run: poetry install --no-interaction --no-root
|
||||||
if: steps.cache-deps.outputs.cache-hit != 'true'
|
# if: steps.cache-deps.outputs.cache-hit != 'true'
|
||||||
- name: Install Requirements
|
# - name: Install Requirements
|
||||||
working-directory: ./pcweb
|
# working-directory: ./pcweb
|
||||||
run: poetry run pip install -r requirements.txt && poetry run pip install pynecone==0.1.19 && poetry run pip install googletrans
|
# run: poetry run pip install -r requirements.txt && poetry run pip install googletrans
|
||||||
- name: Init Website
|
# - name: Init Website
|
||||||
working-directory: ./pcweb
|
# working-directory: ./pcweb
|
||||||
run: poetry run pc init
|
# run: poetry run pc init
|
||||||
- name: Run Website and Check for errors
|
# - name: Run Website and Check for errors
|
||||||
run: |
|
# run: |
|
||||||
chmod +x ./scripts/integration.sh
|
# chmod +x ./scripts/integration.sh
|
||||||
./scripts/integration.sh ./pcweb prod
|
# ./scripts/integration.sh ./pcweb prod
|
||||||
|
Loading…
Reference in New Issue
Block a user