File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments