Home Quick start All builds News Donations
More
Log In
Light Theme Docs
Workers

SparrowCI Report - gh-ispyhumanfly-raku-dotenv | [image: NA]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2717
Status: FAIL
Image:
Worker status: OK
---
Date: 20.01.2023 @ 05:01
Time elapsed: 17 sec
---
SCM: https://github.com/ispyhumanfly/raku-dotenv
Git sha: 943726a
Git comment: Updated README.md
tasks:
        name: zef-build
        default: true
        language: Bash
        code: |
            set -e
            cd source/
            zef install --deps-only --/test .
            zef test . -v
tasks should be an array