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

View file

@ -34,7 +34,7 @@ jobs:
path: test-results path: test-results
- run: - run:
name: Base Functionality Test name: Base Functionality Test
command: yarn playwright test command: yarn build && 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