home / github

Menu
  • GraphQL API

steps

Table actions
  • GraphQL API for steps

6 rows where job = 27868

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ seq job repo uses name with run env if
138848 1 test 27868 datasette 107914493 actions/checkout@v2 Check out datasette        
138849 2 test 27868 datasette 107914493 actions/setup-python@v2 Set up Python {"python-version": 3.9}      
138850 3 test 27868 datasette 107914493 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
138851 4 test 27868 datasette 107914493   Install Python dependencies   python -m pip install --upgrade pip python -m pip install -e .[test] python -m pip install pytest-cov    
138852 5 test 27868 datasette 107914493   Run tests   ls -lah cat .coveragerc pytest --cov=datasette --cov-config=.coveragerc --cov-report xml:coverage.xml --cov-report term ls -lah    
138853 6 test 27868 datasette 107914493 codecov/codecov-action@v1 Upload coverage report {"token": "${{ secrets.CODECOV_TOKEN }}", "file": "coverage.xml"}      

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 18.152ms · About: simonw/datasette-graphql