Skip to content

Commit

Permalink
try adding caching to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Jul 2, 2023
1 parent 32ca2e3 commit 3a717cb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ms-graph-api-CI
name: CI

on:
push:
Expand Down Expand Up @@ -49,7 +49,3 @@ jobs:
- name: Test
run: stack test --resolver=${{ matrix.resolver }}

# - name: Setup compiler, build and test all packages
# run: |
# stack build --resolver ${{ matrix.stack-resolver }}
# stack test

0 comments on commit 3a717cb

Please sign in to comment.