Skip to content

Commit

Permalink
Merge pull request #3 from serokell/Sereja313/update-github-actions
Browse files Browse the repository at this point in the history
[Chore] Update GitHub actions
  • Loading branch information
Sereja313 authored Oct 28, 2022
2 parents 130f1ce + 368a2e3 commit a4e2f06
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
name: Verify cross references
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: serokell/xrefcheck-action@v1
with:
xrefcheck-version: 0.1.2
xrefcheck-version: 0.2.2

cabal:
name: ${{ matrix.os }} / ghc ${{ matrix.ghc }}
Expand All @@ -45,17 +45,17 @@ jobs:
ghc: 8.4.4

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'

- uses: actions/setup[email protected]
- uses: haskell/actions/setup@v2
id: setup-haskell-cabal
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/cache@v1
- uses: actions/cache@v3
name: Cache cabal-store
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
Expand Down Expand Up @@ -84,16 +84,16 @@ jobs:
ghc: ["8.8.3"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'

- uses: actions/setup[email protected]
- uses: haskell/actions/setup@v2
name: Setup Haskell Stack
with:
ghc-version: ${{ matrix.ghc }}
stack-version: ${{ matrix.stack }}

- uses: actions/cache@v1
- uses: actions/cache@v3
name: Cache ~/.stack
with:
path: ~/.stack
Expand All @@ -110,6 +110,6 @@ jobs:
reuse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ This library implements the integration between [tasty](https://hackage.haskell.
The way tasty provides this integration is reimplementing HUnit primitives, and this does not work with test suites written with the original HUnit library.
One issue we are aware of is that test failures are treated as plain exceptions, not true failures.

## Build Instructions [](#-patak)
## Build Instructions [](#tasty-hunit-compat)

Run `make` to build everything.

## Usage [](#-patak)
## Usage [](#tasty-hunit-compat)

Use `testCase` or more advanced primitives to lift HUnit's `Assertion` to tasty's `TestTree`.

Expand All @@ -28,16 +28,16 @@ test_Reversals =
]
```

## Issue Tracker [](#-patak)
## Issue Tracker [](#tasty-hunit-compat)

We use GitHub issues as our issue tracker.
You can login using your GitHub account to leave a comment or create a new issue.

## For Contributors [](#-patak)
## For Contributors [](#tasty-hunit-compat)

Please see [CONTRIBUTING.md](.github/CONTRIBUTING.md) for more information.

## About Serokell [](#-patak)
## About Serokell [](#tasty-hunit-compat)

`tasty-hunit-compat` is maintained and funded with ❤️ by [Serokell](https://serokell.io/).
The names and logo for Serokell are trademark of Serokell OÜ.
Expand Down

0 comments on commit a4e2f06

Please sign in to comment.