Skip to content

Commit

Permalink
Fixed CI/CD pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharad committed Oct 15, 2024
1 parent 9a729dd commit ee78217
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ jobs:
- name: Install ollama
run: make install-ollama

- name: install dependancies, build.
- name: Setup cabal
uses: haskell-actions/setup@v2
id: setup

- name: Build project
run: |
cabal build all
- name: run tests
- name: Run tests
run: |
cabal test all

0 comments on commit ee78217

Please sign in to comment.