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:
ABevier 2023-05-11 23:14:33 -04:00 committed by GitHub
parent c76473cf16
commit 81527f2dbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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'

View file

@ -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",