1
0
Fork 0

Fix testscript

This commit is contained in:
Malte Brandy 2020-06-26 19:04:24 +02:00
parent f44d849ca5
commit 5dec11b498
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -62,8 +62,8 @@ in {
git "-C" repoDir "commit" "-am" "Update dependencies with niv"
git "-C" repoDir "push" "-f" "origin" "master:version-bump"
concurrently
(mapConcurrentlyM_ (test_system_config repoDir) ${self.haskellList systems})
(mapConcurrentlyM_ (test_home_config repoDir) ${self.haskellList homes})
(mapConcurrently_ (test_system_config repoDir) ${self.haskellList systems})
(mapConcurrently_ (test_home_config repoDir) ${self.haskellList homes})
when changed $ do
git "-C" repoDir "push" "origin" "master:master"
'';