[react] Node 16->18, @sentry/webpack-plugin 2.4.0->2.15.0 #310
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mock-data | |
on: | |
push: | |
branches: [master, test-me-*] | |
pull_request: | |
jobs: | |
mock-data: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: docker compose up --wait | |
- run: while ! curl --fail --silent http://localhost:3000; do sleep .5; done | |
timeout-minutes: 1 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: 3.12 | |
- run: pip install -r tda/requirements.txt | |
- run: | | |
SLEEP_LENGTH=0 BACKENDS=flask RUN_ID=${{ github.run_id }}_flask TDA_CONFIG=tda/config.local.yaml pytest tda/desktop_web | |
- run: | | |
echo 'waiting for eventual consistency...' | |
sleep 10 | |
python3 mini-relay/classify_data.py mini-relay/data out | |
tree out |