Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
patou opened this issue Jan 3, 2024 · 1 comment
Open

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

patou opened this issue Jan 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@patou
Copy link

patou commented Jan 3, 2024

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.

@patou patou added the bug Something isn't working label Jan 3, 2024
@rrousselGit
Copy link
Contributor

I don't have the time to investigate this at the moment. Feel free to have a look at it if you're interested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants