Skip to content

Commit e3949e1

Browse files
committed
chore: Delete unneeded steps for build in dry-run mode
1 parent 89ba6b8 commit e3949e1

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ jobs:
4949
cabal-version: "latest"
5050
cabal-update: true
5151

52-
# TODO: Delete these outputs after testing
53-
- name: Debug Setup Outputs
54-
run: |
55-
echo "GHC Version: ${{ steps.setup.outputs.ghc-version }}"
56-
echo "Cabal Version: ${{ steps.setup.outputs.cabal-version }}"
57-
echo "Cabal Store: ${{ steps.setup.outputs.cabal-store }}"
58-
echo "Runner OS: ${{ runner.os }}"
59-
6052
# TODO: Refine this plan.json configuration
6153
- name: Generate plan.json
6254
run: |
@@ -66,13 +58,7 @@ jobs:
6658
cp dist-newstyle/cache/plan.json ${{ github.workspace }}/cache-info/
6759
echo "Plan JSON Hash: $(sha256sum ${{ github.workspace }}/cache-info/plan.json | cut -d ' ' -f 1)"
6860
69-
# TODO: Configure options is needed???
70-
#- name: Configure the build
71-
# run: |
72-
# cabal configure --enable-tests --disable-documentation
73-
# cabal build all --dry-run
74-
75-
# TODO: delete /cache-info/ path
61+
# TODO: delete /cache-info/ path ?
7662
- name: Restore cached dependencies
7763
uses: actions/cache/restore@v4
7864
id: cache

0 commit comments

Comments
 (0)