forked from OSS/graphql
		
	Switch to haskell images in the CI
This commit is contained in:
		| @@ -13,7 +13,7 @@ jobs: | |||||||
|         run: | |         run: | | ||||||
|           apt-get update -y |           apt-get update -y | ||||||
|           apt-get upgrade -y |           apt-get upgrade -y | ||||||
|           apt-get install -y nodejs pkg-config liblzma-dev |           apt-get install -y nodejs pkg-config | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
| @@ -28,29 +28,23 @@ jobs: | |||||||
|         run: | |         run: | | ||||||
|           apt-get update -y |           apt-get update -y | ||||||
|           apt-get upgrade -y |           apt-get upgrade -y | ||||||
|           apt-get install -y nodejs pkg-config liblzma-dev |           apt-get install -y nodejs pkg-config | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: | |         run: cabal update | ||||||
|           cabal update |       - name: Prepare system | ||||||
|           cabal build graphql-test |         run: cabal build graphql-test | ||||||
|       - run: cabal test --test-show-details=streaming |       - run: cabal test --test-show-details=streaming | ||||||
|  |  | ||||||
|   doc: |   doc: | ||||||
|     runs-on: alpine |     runs-on: haskell | ||||||
|     steps: |     steps: | ||||||
|       - name: Set up environment |       - name: Set up environment | ||||||
|         shell: ash {0} |  | ||||||
|         run: | |         run: | | ||||||
|           apk add --no-cache git bash curl build-base readline-dev openssl-dev zlib-dev libpq-dev gmp-dev |           apt-get update -y | ||||||
|       - name: Prepare system |           apt-get upgrade -y | ||||||
|         run: | |           apt-get install -y nodejs pkg-config | ||||||
|           curl --create-dirs --output-dir \ |  | ||||||
|             ~/.ghcup/bin https://downloads.haskell.org/~ghcup/0.1.19.5/x86_64-linux-ghcup-0.1.19.5 -o ghcup |  | ||||||
|           chmod +x ~/.ghcup/bin/ghcup |  | ||||||
|           ~/.ghcup/bin/ghcup install ghc 9.4.8 |  | ||||||
|           ~/.ghcup/bin/ghcup install cabal 3.6.2.0 |  | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: ~/.ghcup/bin/ghcup run --ghc 9.4.8 --cabal 3.6.2.0 -- cabal update |         run: cabal update | ||||||
|       - run: ~/.ghcup/bin/ghcup run --ghc 9.4.8 --cabal 3.6.2.0 -- cabal haddock --enable-documentation |       - run: cabal haddock --enable-documentation | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user