Skip to content

Commit 6b1b648

Browse files
committed
Revert "fix: no need to build the tests"
This reverts commit a48493b.
1 parent 092baca commit 6b1b648

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

github/actions/setup/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ runs:
2626
- name: Start Appium server
2727
shell: bash
2828
run: |
29-
yarn start-server
29+
yarn "./node_modules/.bin/appium server --use-drivers=uiautomator2,xcuitest --port 8110 --allow-cors"
30+
31+
- name: Build the tests files
32+
shell: bash
33+
run: |
34+
yarn tsc

0 commit comments

Comments
 (0)