Skip to content

Commit

Permalink
Update code-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DZZN-DEV authored May 17, 2024
1 parent b26e055 commit 3e71bc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,10 @@ jobs:
node-version: '16'

- name: Run Yarn Install & node dependencies
run: yarn install && yarn
run: yarn install && yarn && yarn pods && cp .env.example .env

- name: android (TV) debug
run: yarn android

- name: android (TV) release
run: yarn android:release

- name: List the .apks compiled
run: ls ./android/app/build/outputs/apk/release/ -hal
Expand Down

0 comments on commit 3e71bc4

Please sign in to comment.