File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1- name : basic
1+ name : build
22
33on :
44 push :
4343 python -m pip install --no-cache-dir -r requirements-dev.txt
4444 - name : Run tests
4545 run : |
46- invoke test
46+ invoke test
Original file line number Diff line number Diff line change 1- name : integrated
1+ name : integration
22
33on :
44 push :
1010
1111jobs :
1212 build :
13- name : ubuntu-py38-integrated
13+ name : ubuntu-py38-integration
1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v2
4343 - name : Generate docs
4444 if : ${{ success() }}
4545 run : |
46- invoke docs
46+ invoke docs
Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ COMPAS FAB: Robotic Fabrication for COMPAS
44
55.. start-badges
66
7- .. image :: https://github.com/compas-dev/compas_fab/workflows/basic /badge.svg
7+ .. image :: https://github.com/compas-dev/compas_fab/workflows/build /badge.svg
88 :target: https://github.com/compas-dev/compas_fab/actions
99 :alt: Github Actions Build Status
1010
11+ .. image :: https://github.com/compas-dev/compas_fab/workflows/integration/badge.svg
12+ :target: https://github.com/compas-dev/compas_fab/actions
13+ :alt: Github Actions Integration Status
14+
1115.. image :: https://img.shields.io/github/license/compas-dev/compas_fab.svg
1216 :target: https://pypi.python.org/pypi/compas_fab
1317 :alt: License
You can’t perform that action at this time.
0 commit comments