This commit is contained in:
Core 2022-02-01 08:38:31 +00:00
parent 4d79ba23b8
commit a85868a70c
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -32,9 +32,12 @@ jobs:
sudo apt-get install -y wine32
- store_test_results:
path: test-results
- run:
name: Building JavaScript
command: yarn build
- run:
name: Base Functionality Test
command: yarn build && yarn playwright test
command: yarn playwright test
- run:
name: Generate Builds (Linux)
command: yarn dist -l -p never