Removed test from workflow until this can be fixed

This commit is contained in:
Core 2022-02-01 17:38:12 +00:00
parent ea9747ac1e
commit 79730dcabc
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -35,9 +35,6 @@ 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: Base Functionality Test
command: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test --
- run: - run:
name: Generate Builds (Linux) name: Generate Builds (Linux)
command: yarn dist -l -p never command: yarn dist -l -p never