steps
5 rows where job = 27462
This data as json, CSV (advanced)
id ▼ | seq | job | repo | uses | name | with | run | env | if |
---|---|---|---|---|---|---|---|---|---|
136842 | 1 | build 27462 | dogsheep-photos 256834907 | actions/checkout@v2 | |||||
136843 | 2 | build 27462 | dogsheep-photos 256834907 | actions/setup-python@v1 | Set up Python ${{ matrix.python-version }} | {"python-version": "${{ matrix.python-version }}"} | |||
136844 | 3 | build 27462 | dogsheep-photos 256834907 | actions/cache@v1 | Configure pip caching | {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"} | |||
136845 | 4 | build 27462 | dogsheep-photos 256834907 | Install dependencies | python -m pip install --upgrade pip pip install -e .[test] | ||||
136846 | 5 | build 27462 | dogsheep-photos 256834907 | Test with pytest | pytest |
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]);