Skip to content

Commit

Permalink
github action update3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Corgi committed Jan 8, 2024
1 parent 20f83de commit fe78377
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,15 @@ on: push
jobs:
update:
name: Fastlane Update
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16

- name: Set up ruby env
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
bundler-cache: true
# - name: Set up ruby env
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: 2.7.2
# bundler-cache: true

- name: Run tests
run: bundle exec fastlane android test
Expand Down

0 comments on commit fe78377

Please sign in to comment.