@@ -76,40 +76,40 @@ jobs:
76
76
(cd servant-conduit && eval $DOCTEST)
77
77
(cd servant-pipes && eval $DOCTEST)
78
78
79
- stack :
80
- name : stack / ghc ${{ matrix.ghc }}
81
- runs-on : ubuntu-latest
82
- strategy :
83
- matrix :
84
- stack : ["2.7.5"]
85
- ghc : ["8.10.7"]
86
-
87
- steps :
88
- - uses : actions/checkout@v2
89
-
90
- - uses : haskell/actions/setup@v1
91
- name : Setup Haskell Stack
92
- with :
93
- ghc-version : ${{ matrix.ghc }}
94
- stack-version : ${{ matrix.stack }}
95
-
96
-
97
- name : Cache ~/.stack
98
- with :
99
- path : ~/.stack
100
- key : ${{ runner.os }}-${{ matrix.ghc }}-stack
101
-
102
- - name : Install dependencies
103
- run : |
104
- stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks --only-dependencies
105
-
106
- - name : Build
107
- run : |
108
- stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
109
-
110
- - name : Test
111
- run : |
112
- stack test --system-ghc
79
+ # stack:
80
+ # name: stack / ghc ${{ matrix.ghc }}
81
+ # runs-on: ubuntu-latest
82
+ # strategy:
83
+ # matrix:
84
+ # stack: ["2.7.5"]
85
+ # ghc: ["8.10.7"]
86
+
87
+ # steps:
88
+ # - uses: actions/checkout@v2
89
+
90
+ # - uses: haskell/actions/setup@v1
91
+ # name: Setup Haskell Stack
92
+ # with:
93
+ # ghc-version: ${{ matrix.ghc }}
94
+ # stack-version: ${{ matrix.stack }}
95
+
96
+ # - uses: actions/[email protected]
97
+ # name: Cache ~/.stack
98
+ # with:
99
+ # path: ~/.stack
100
+ # key: ${{ runner.os }}-${{ matrix.ghc }}-stack
101
+
102
+ # - name: Install dependencies
103
+ # run: |
104
+ # stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks --only-dependencies
105
+
106
+ # - name: Build
107
+ # run: |
108
+ # stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
109
+
110
+ # - name: Test
111
+ # run: |
112
+ # stack test --system-ghc
113
113
114
114
ghcjs :
115
115
name : ubuntu-latest / ghcjs 8.6
0 commit comments