steps
5 rows where job = 27869
This data as json, CSV (advanced)
id ▼ | seq | job | repo | uses | name | with | run | env | if |
---|---|---|---|---|---|---|---|---|---|
138854 | 1 | test 27869 | datasette 107914493 | actions/checkout@v3 | |||||
138855 | 2 | test 27869 | datasette 107914493 | actions/setup-python@v3 | Set up Python 3.10 | { "python-version": "3.10", "cache": "pip", "cache-dependency-path": "**/setup.py" } |
|||
138856 | 3 | test 27869 | datasette 107914493 | actions/cache@v2 | Cache Playwright browsers | { "path": "~/.cache/ms-playwright/", "key": "${{ runner.os }}-browsers" } |
|||
138857 | 4 | test 27869 | datasette 107914493 | Install Playwright dependencies | pip install shot-scraper build shot-scraper install | ||||
138858 | 5 | test 27869 | 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]);