Skip to content

Commit

Permalink
readme and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Jun 19, 2023
1 parent 4783cd8 commit e94bdec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
steps:
- name: git checkout
uses: actions/checkout@v3
- name: ms-graph-api : Setup compiler, build and test
- name: (ms-graph-api) Setup compiler, build and test
working-directory: ./ms-graph-api
run: |
stack build --resolver ${{ matrix.stack-resolver }}
stack test
- name: ms-azure-api : Setup compiler, build and test
- name: (ms-azure-api) Setup compiler, build and test
working-directory: ./ms-azure-api
run: |
stack build --resolver ${{ matrix.stack-resolver }}
stack test
- name: ms-auth : Setup compiler, build and test
- name: (ms-auth) Setup compiler, build and test
working-directory: ./ms-auth
run: |
stack build --resolver ${{ matrix.stack-resolver }}
Expand Down

0 comments on commit e94bdec

Please sign in to comment.