mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
Webdriver.io (#598)
* e2e test the dev build * bump version --------- Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
This commit is contained in:
parent
c76473cf16
commit
81527f2dbc
2 changed files with 5 additions and 1 deletions
4
.github/workflows/build-sign-notarize.yml
vendored
4
.github/workflows/build-sign-notarize.yml
vendored
|
@ -108,6 +108,10 @@ jobs:
|
||||||
CSC_NAME: ${{ secrets.APPLE_IDENTITY_NO_PREFIX }}
|
CSC_NAME: ${{ secrets.APPLE_IDENTITY_NO_PREFIX }}
|
||||||
PUBLISH_URL: "https://gui.tea.xyz/dev"
|
PUBLISH_URL: "https://gui.tea.xyz/dev"
|
||||||
|
|
||||||
|
- name: run e2e test on dev build
|
||||||
|
if: inputs.s3-prefix != 'release'
|
||||||
|
run: tea -SE xc e2e
|
||||||
|
|
||||||
# slower build but dmg output is much nicer looking
|
# slower build but dmg output is much nicer looking
|
||||||
- name: build release
|
- name: build release
|
||||||
if: inputs.s3-prefix == 'release'
|
if: inputs.s3-prefix == 'release'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tea",
|
"name": "tea",
|
||||||
"version": "0.2.5",
|
"version": "0.2.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "tea gui app",
|
"description": "tea gui app",
|
||||||
"author": "tea.xyz",
|
"author": "tea.xyz",
|
||||||
|
|
Loading…
Reference in a new issue