Skip to content

Commit

Permalink
Update SWI-Prolog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drzo authored May 16, 2024
1 parent a71e315 commit 6d7b695
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/SWI-Prolog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: true
matrix:
os: [macOS, Windows, Ubuntu]
steps:
- uses: actions/checkout@v2
# - uses: royratcliffe/swi-prolog-pack-cover@main
- uses: royratcliffe/swi-prolog-pack-cover@v1
# - uses: royratcliffe/swi-prolog-pack-cover@main
# env:
# GHAPI_PAT: ${{ secrets.GHAPI_PAT }}
# COVFAIL_GISTID: ${{ secrets.COVFAIL_GISTID }}
# - uses: royratcliffe/swi-prolog-pack-cover@v1
- uses: royratcliffe/swi-prolog-pack-cover@main
env:
GHAPI_PAT: ${{ secrets.GHAPI_PAT }}
COVFAIL_GISTID: ${{ secrets.COVFAIL_GISTID }}

#[![test](https://github.com/royratcliffe/msgpackc-prolog/actions/workflows/test.yaml/badge.svg)](https://github.com/royratcliffe/msgpackc-prolog/actions/workflows/test.yaml)
#![cov](https://shields.io/endpoint?url=https://gist.githubusercontent.com/royratcliffe/ccccef2ac1329551794f2a466ee61014/raw/cov.json)
#![fail](https://shields.io/endpoint?url=https://gist.githubusercontent.com/royratcliffe/ccccef2ac1329551794f2a466ee61014/raw/fail.json)
[![test](https://github.com/royratcliffe/msgpackc-prolog/actions/workflows/test.yaml/badge.svg)](https://github.com/royratcliffe/msgpackc-prolog/actions/workflows/test.yaml)
![cov](https://shields.io/endpoint?url=https://gist.githubusercontent.com/royratcliffe/ccccef2ac1329551794f2a466ee61014/raw/cov.json)
![fail](https://shields.io/endpoint?url=https://gist.githubusercontent.com/royratcliffe/ccccef2ac1329551794f2a466ee61014/raw/fail.json)

0 comments on commit 6d7b695

Please sign in to comment.