Skip to content

Commit

Permalink
github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Corgi committed Jan 8, 2024
1 parent be2ad97 commit 5321390
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: update
on: push

jobs:
update:
name: Fastlane Update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- 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

- name: Run slack_build
run: bundle exec fastlane slack_build

0 comments on commit 5321390

Please sign in to comment.