From 0db92b730268246de8e1d256caa3254b3f175529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kaminski?= Date: Mon, 8 Jul 2024 15:46:05 +0200 Subject: [PATCH] [CI] try to fix github tests --- .github/workflows/ci.yml | 4 +++- spago.lock | 12 ++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b841c3..fd31d92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,9 @@ jobs: node-version: "14" - name: Build and test with Spago - run: spago test + run: | + npm install + npx spago test - name: Build and test with Pulp run: | diff --git a/spago.lock b/spago.lock index 28de967..6a154fc 100644 --- a/spago.lock +++ b/spago.lock @@ -3,12 +3,12 @@ workspace: spec-discovery: path: ./ dependencies: - - aff - - aff-promise - - effect - - foldable-traversable - - prelude - - spec + - aff: ">=7.1.0 <8.0.0" + - aff-promise: ">=4.0.0 <5.0.0" + - effect: ">=4.0.0 <5.0.0" + - foldable-traversable: ">=6.0.0 <7.0.0" + - prelude: ">=6.0.1 <7.0.0" + - spec: ">=7.6.0 <8.0.0" test_dependencies: [] build_plan: - aff