try
This commit is contained in:
parent
4d79ba23b8
commit
a85868a70c
1 changed files with 4 additions and 1 deletions
|
@ -32,9 +32,12 @@ jobs:
|
||||||
sudo apt-get install -y wine32
|
sudo apt-get install -y wine32
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results
|
path: test-results
|
||||||
|
- run:
|
||||||
|
name: Building JavaScript
|
||||||
|
command: yarn build
|
||||||
- run:
|
- run:
|
||||||
name: Base Functionality Test
|
name: Base Functionality Test
|
||||||
command: yarn build && yarn playwright test
|
command: yarn playwright test
|
||||||
- run:
|
- run:
|
||||||
name: Generate Builds (Linux)
|
name: Generate Builds (Linux)
|
||||||
command: yarn dist -l -p never
|
command: yarn dist -l -p never
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue