Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Jun 19, 2023
1 parent 28001c5 commit dab96cd
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@ jobs:
- name: git checkout
uses: actions/checkout@v3
- name: (ms-graph-api) Setup compiler, build and test
working-directory: ./ms-graph-api
# working-directory: ./ms-graph-api
run: |
cd ms-azure-api/
stack build --resolver ${{ matrix.stack-resolver }}
stack test
- name: (ms-azure-api) Setup compiler, build and test
working-directory: ./ms-azure-api
run: |
cd ../ms-graph-api/
stack build --no-install-ghc
stack test
- name: (ms-auth) Setup compiler, build and test
working-directory: ./ms-auth
run: |
cd ../ms-auth/
stack build --no-install-ghc
stack test

0 comments on commit dab96cd

Please sign in to comment.