Skip to content
Snippets Groups Projects
Commit 4a88b68d authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Add electron build to test workflow

parent c7bc0dda
No related branches found
No related tags found
1 merge request!14Develop
...@@ -25,6 +25,7 @@ jobs: ...@@ -25,6 +25,7 @@ jobs:
- run: npm install -g @quasar/cli - run: npm install -g @quasar/cli
- run: npm install - run: npm install
- run: quasar build - run: quasar build
- run: quasar build -m electron
- run: pwd && ls -al * - run: pwd && ls -al *
# DOCKER RELATED # DOCKER RELATED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment