[tmp] Comment-out

This commit is contained in:
Yuichiro Tachibana (Tsuchiya) 2024-02-12 17:08:45 +09:00
parent 9ff2a7ddc5
commit c775c0cc29

View File

@ -22,10 +22,10 @@ jobs:
. venv/bin/activate
python -m pip install -r demo/outbreak_forecast/requirements.txt
- run: pnpm exec playwright install chromium
- name: run browser tests
run: |
. venv/bin/activate
CI=1 pnpm test:browser
# - name: run browser tests
# run: |
# . venv/bin/activate
# CI=1 pnpm test:browser
- name: upload screenshots
uses: actions/upload-artifact@v4
if: always()