Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jul 17, 2024
1 parent 57f9e49 commit 6767735
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ jobs:
cat cabal.project
cat cabal.project.local
echo "::set-output name=SWARM_PKGDIR::${PKGDIR_swarm}"
echo "::set-output name=GIT_SOURCE_CHECKOUT::${GITHUB_WORKSPACE}/source"
- name: dump install plan
run: |
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
Expand All @@ -222,39 +223,12 @@ jobs:
- name: build
run: |
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --write-ghc-environment-files=always
- name: Karl1
run: |
echo "Karl 1 start"
pwd
echo "--------------------"
ls -a
echo "===================="
cd source
pwd
echo "--------------------"
ls -a
echo "--------------------"
cd -
echo "===================="
cd $PKGDIR_swarm
pwd
echo "--------------------"
ls -a
echo "--------------------"
cd -
echo "===================="
cd /__w/swarm
pwd
echo "--------------------"
find . -name .hie
echo "--------------------"
echo "Karl 1 end"
- name: weeder
if: matrix.compilerVersion == '9.6.5'
uses: freckle/weeder-action@v2
with:
ghc-version: ${{ matrix.compilerVersion }}
weeder-arguments: --config ${{ github.workspace }}/source/weeder.toml
weeder-arguments: --config ${{ steps.cabalvars.outputs.GIT_SOURCE_CHECKOUT }}/weeder.toml
working-directory: ${{ steps.cabalvars.outputs.SWARM_PKGDIR }}
- name: tests
run: |
Expand Down

0 comments on commit 6767735

Please sign in to comment.