SuffolkLITLab / ALKiln

Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.
https://assemblyline.suffolklitlab.org/docs/alkiln/intro
MIT License
14 stars 4 forks source link

Takedown: Projects aren't being deleted anymore #835

Closed plocket closed 8 months ago

plocket commented 8 months ago

I could be wrong. I think I'm not seeing this on our own servers, but maybe I'm mistaken about which account the tests are running on. It might happen on failing tests. I'm not sure everyone can see these because they're not ours, but here's a failing test where deleting the project never runs: https://github.com/LemmaLegalConsulting/docassemble-DangerLaw/actions/runs/7198403880/job/19607761373#step:3:1892

Here's a passing test where the Project does get deleted: https://github.com/LemmaLegalConsulting/docassemble-MOHUDEvictionProject/actions/runs/7199780832/job/19612245162#step:3:462

Maybe something's wrong with our action.yml's if check for that Step. Gotta love GitHub actions.

michaelhofrichter commented 8 months ago

I'm seeing this when the tests fail. If I go into the Testing User's Playground, I'll see a collection of the projects where the test failed.

plocket commented 8 months ago

Closed by #843