Skip to content

Commit

Permalink
refactor: action
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Feb 8, 2024
1 parent e958b48 commit 6319b78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ghc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ jobs:

pipeline:
name: "Run pipeline"
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
program: [1]

os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
Expand All @@ -71,8 +73,6 @@ jobs:

- name: Run pipeline
run: ./pipeline.sh
env:
PROGRAM: ${{ matrix.program }}

haddock:
needs: [build]
Expand Down

0 comments on commit 6319b78

Please sign in to comment.