Commit 17071295 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[gitlab-ci] fixes for script running

parent c9e7be55
......@@ -23,5 +23,4 @@ test:
- .stack-root/
- .stack-work/
script:
- yarn
- nix-shell --run test-ps
- nix-shell -p yarn --run ./s/ci-run-tests.sh
#!/usr/bin/env bash
set -euo pipefail
yarn
test-ps
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment