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
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.
The text was updated successfully, but these errors were encountered:
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 --coverage
or with the github actions :All with same problems.
Expected behavior
The github actions must run and display result in the console of github action.
The text was updated successfully, but these errors were encountered: