steps
15 rows where repo = 248903544
This data as json, CSV (advanced)
Suggested facets: seq, job, uses, name, with, run
id ▼ | seq | job | repo | uses | name | with | run | env | if |
---|---|---|---|---|---|---|---|---|---|
138730 | 1 | test 27842 | hacker-news-to-sqlite 248903544 | actions/checkout@v2 | |||||
138731 | 2 | test 27842 | hacker-news-to-sqlite 248903544 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
138732 | 3 | test 27842 | hacker-news-to-sqlite 248903544 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
138733 | 4 | test 27842 | hacker-news-to-sqlite 248903544 | Install dependencies | pip install -e '.[test]' | ||||
138734 | 5 | test 27842 | hacker-news-to-sqlite 248903544 | Run tests | pytest | ||||
138735 | 1 | deploy 27843 | hacker-news-to-sqlite 248903544 | actions/checkout@v2 | |||||
138736 | 2 | deploy 27843 | hacker-news-to-sqlite 248903544 | actions/setup-python@v2 | Set up Python | { "python-version": "3.9" } |
|||
138737 | 3 | deploy 27843 | hacker-news-to-sqlite 248903544 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n" } |
|||
138738 | 4 | deploy 27843 | hacker-news-to-sqlite 248903544 | Install dependencies | pip install setuptools wheel twine | ||||
138739 | 5 | deploy 27843 | hacker-news-to-sqlite 248903544 | Publish | python setup.py sdist bdist_wheel twine upload dist/* | { "TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}" } |
|||
138740 | 1 | test 27844 | hacker-news-to-sqlite 248903544 | actions/checkout@v2 | |||||
138741 | 2 | test 27844 | hacker-news-to-sqlite 248903544 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
138742 | 3 | test 27844 | hacker-news-to-sqlite 248903544 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
138743 | 4 | test 27844 | hacker-news-to-sqlite 248903544 | Install dependencies | pip install -e '.[test]' | ||||
138744 | 5 | test 27844 | hacker-news-to-sqlite 248903544 | Run tests | 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]);