mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
[Ubuntu] Move Haskell tests to separate file. (#2348)
* Move Haskell tests to separate file * Minor fix
This commit is contained in:
committed by
GitHub
parent
c86fcd37ee
commit
82b4e13fb0
@@ -38,4 +38,4 @@ curl -sSL https://get.haskellstack.org/ | sh
|
|||||||
ln -s "/opt/ghc/$defaultGHCVersion/bin/ghc" "/usr/bin/ghc"
|
ln -s "/opt/ghc/$defaultGHCVersion/bin/ghc" "/usr/bin/ghc"
|
||||||
ln -s "/opt/cabal/$cabalVersion/bin/cabal" "/usr/bin/cabal"
|
ln -s "/opt/cabal/$cabalVersion/bin/cabal" "/usr/bin/cabal"
|
||||||
|
|
||||||
invoke_tests "Common" "Haskell"
|
invoke_tests "Haskell"
|
||||||
Reference in New Issue
Block a user