diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d3035ecd4a..0ab90d7d82 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -182,6 +182,25 @@ jobs: if: needs.configuration.outputs.test-arm64 == 'true' uses: actions/checkout@v3 + - name: Install deps and run checks + shell: bash + run: | + set -ex + + # mkdir -p ~/.stack + # touch ~/.stack/config.yaml + # cat > ~/.stack/config.yaml <