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 6d7b695 commit 35a2dbf
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/SWI-Prolog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,26 @@ on:
branches: [main, master]

#name: test

# jobs:
# - name:
# - uses: royratcliffe/swi-prolog-pack-cover@v1
jobs:
run-tests:
runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macOS, Windows, Ubuntu]
# strategy:
# 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 35a2dbf

Please sign in to comment.