Skip to content

Commit 5c99828

Browse files
committed
Rename github action workflows
1 parent 2a87896 commit 5c99828

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: basic
1+
name: build
22

33
on:
44
push:
@@ -43,4 +43,4 @@ jobs:
4343
python -m pip install --no-cache-dir -r requirements-dev.txt
4444
- name: Run tests
4545
run: |
46-
invoke test
46+
invoke test
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: integrated
1+
name: integration
22

33
on:
44
push:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
name: ubuntu-py38-integrated
13+
name: ubuntu-py38-integration
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
@@ -43,4 +43,4 @@ jobs:
4343
- name: Generate docs
4444
if: ${{ success() }}
4545
run: |
46-
invoke docs
46+
invoke docs

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)