sillsdev / languageforge-lexbox

Lexbox, SIL linguistic data hub
MIT License
7 stars 2 forks source link

Playwright in CI is broken #709

Closed myieye closed 6 months ago

myieye commented 6 months ago

The last deployment to staging uncovered a few problems in our Playwright CI configuration:

High Priority, because it's preventing us from evaluating/getting results from our Playwright tests.

From this job:

From this job:

hahn-kev commented 6 months ago

I've opened a PR for this, I fixed the issues related to running on the self hosted runner and the dotnet tests should run even if the playwright tests fail. I didn't do the others, someone else is welcome to pickup my PR to fix the rest of the issues mentioned above.

rmunn commented 6 months ago

Discovered that if we want the .NET Send/Receive tests to run, we'll need to upgrade our self-hosted runner to run Ubuntu 22.04, not 20.04. Opened https://github.com/sillsdev/languageforge-lexbox/issues/714 to track that.