Stefano Bourscheid

Results 6 comments of Stefano Bourscheid

I made my disconnect function call pause() before disconnect()

hey @daniel-vc Looks like it's a problem with your tests themselves regarding promise chaining. Just to clarify: does it reproduce locally?

I would actually recommend running ESLint without this action, because out of the box the ubuntu runtime of Github Action has everything we need now, like so: ```yml name: CI...

Now in the end, all this action is doing is running `eslint` inside a docker container. I'd say that we would be better off just not using docker at all...

@linhnle can you remove the `with` part to see if it works?

If someone else did all of the above and is hopeless as I was: 1. Delete the app from amplify 2. Create it again through the wizard (connect repo) 3....