Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
moved the keyboard setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Jul 12, 2024
1 parent deb7c2c commit 51b2090
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: get_branch

- name: Setup keyboards
working-directory: platforms/ios/example
run: exec ./ios-keyboards-setup.sh

- name: Unit test coverage
working-directory: platforms/ios/example
Expand All @@ -69,10 +73,6 @@ jobs:
flags: unittests-ios, unittests
# https://github.com/codecov/codecov-action/issues/557#issuecomment-1216749652
token: ${{ secrets.CODECOV_TOKEN }}

- name: Setup keyboards
working-directory: platforms/ios/example
run: exec ./ios-keyboards-setup.sh

- name: UI test coverage
working-directory: platforms/ios/example
Expand Down

0 comments on commit 51b2090

Please sign in to comment.