Skip to content

Commit 370d80a

Browse files
committed
Fixes to ci and badges
1 parent db627dd commit 370d80a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-common.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
gistID: ${{ env.GIST_ID }}
6565
filename: fuel-ci-profile-${{ github.ref_name }}.json
6666
label: OWL DL Profile (${{ github.ref_name }})
67-
message: ${{ steps.profile.outcome }}
67+
message: ${{ steps.profile.outcome || 'failed' }}
6868
color: ${{ steps.profile.outcome == 'success' && 'brightgreen' || steps.profile.outcome == 'cancelled' && 'yellow' || 'red' }}
6969

7070
- name: Reasoning and consistency check
@@ -83,9 +83,9 @@ jobs:
8383
with:
8484
auth: ${{ secrets.GIST_TOKEN }}
8585
gistID: ${{ env.GIST_ID }}
86-
filename: ontology-ci-reasoning-${{ github.ref_name }}.json
86+
filename: fuel-ci-reasoning-${{ github.ref_name }}.json
8787
label: Reasoning (${{ github.ref_name }})
88-
message: ${{ steps.reasoning.outputs.result }}
88+
message: ${{ steps.reasoning.outputs.result || 'failed'}}
8989
color: ${{ steps.reasoning.outputs.result == 'consistent' && 'brightgreen' || 'red' }}
9090

9191
- name: Generate ontology syntaxes and documentation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Dev:**
44
![OWL DL Profile (dev)](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/agbeltran/21194e497875f56c63a36e638e5e7f6b/raw/fuel-ci-profile-dev.json)
5-
![Reasoning (dev)](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/<agbeltran>/21194e497875f56c63a36e638e5e7f6b/raw/fuel-ci-reasoning-dev.json)
5+
![Reasoning (dev)](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/agbeltran/21194e497875f56c63a36e638e5e7f6b/raw/fuel-ci-reasoning-dev.json)
66

77
**Main:**
88
![OWL DL Profile (main)](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/agbeltran/21194e497875f56c63a36e638e5e7f6b/raw/fuel-ci-profile-main.json)

0 commit comments

Comments
 (0)