This commit is contained in:
Core 2022-02-01 08:34:33 +00:00
parent 4811675149
commit bfd7141864
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
3 changed files with 49 additions and 0 deletions

View file

@ -30,6 +30,11 @@ jobs:
sudo dpkg --add-architecture i386
sudo apt-get update -y
sudo apt-get install -y wine32
- store_test_results:
path: test-results
- run:
name: Base Functionality Test
command: yarn playwright test
- run:
name: Generate Builds (Linux)
command: yarn dist -l -p never