steps
5 rows where job = 27498
This data as json, CSV (advanced)
id ▼ | seq | job | repo | uses | name | with | run | env | if |
---|---|---|---|---|---|---|---|---|---|
137016 | 1 | test 27498 | datasette 107914493 | actions/checkout@v3 | |||||
137017 | 2 | test 27498 | datasette 107914493 | actions/setup-python@v3 | Set up Python 3.10 | {"python-version": "3.10", "cache": "pip", "cache-dependency-path": "**/setup.py"} | |||
137018 | 3 | test 27498 | datasette 107914493 | actions/cache@v2 | Cache Playwright browsers | {"path": "~/.cache/ms-playwright/", "key": "${{ runner.os }}-browsers"} | |||
137019 | 4 | test 27498 | datasette 107914493 | Install Playwright dependencies | pip install shot-scraper build shot-scraper install | ||||
137020 | 5 | test 27498 | datasette 107914493 | Run test | ./test-in-pyodide-with-shot-scraper.sh |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [steps] ( [id] INTEGER PRIMARY KEY, [seq] INTEGER, [job] INTEGER REFERENCES [jobs]([id]), [repo] INTEGER REFERENCES [repos]([id]), [uses] TEXT, [name] TEXT, [with] TEXT, [run] TEXT , [env] TEXT, [if] TEXT); CREATE INDEX [idx_steps_repo] ON [steps] ([repo]); CREATE INDEX [idx_steps_job] ON [steps] ([job]);