You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
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: Testsrun: spec --ci --coverageshell: bash
I try without --ci, with dart pub global run spec_cli --coverage or with the github actions :
- name: Testsuses: bluefireteam/spec-action@v3
All with same problems.
Expected behavior
The github actions must run and display result in the console of github action.
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 :
I try without --ci, with
dart pub global run spec_cli --coverageor with the github actions :All with same problems.
Expected behavior
The github actions must run and display result in the console of github action.