tests
This commit is contained in:
parent
4811675149
commit
bfd7141864
3 changed files with 49 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue