Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Spec CLI not write result and terminate in a github actions #52

@patou

Description

@patou

Describe the bug
I try to add spec_cli in our github actions CI/CD but the test command not write anything to the console and not stop running (more than 50 minutes).

To Reproduce

I had this lines in github actions file :

    - name: Tests
      run: spec --ci --coverage
      shell: bash

I try without --ci, with dart pub global run spec_cli --coverage or with the github actions :

    - name: Tests
       uses: bluefireteam/spec-action@v3

All with same problems.

image

Expected behavior
The github actions must run and display result in the console of github action.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions