Skip to content

Commit

Permalink
github action update5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Corgi committed Jan 8, 2024
1 parent 6d08032 commit ef6b24b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: update
on: push

jobs:
deploy:
update:
name: Fastlane Update
runs-on: ubuntu-latest
steps:
Expand All @@ -14,8 +14,8 @@ jobs:
ruby-version: 2.7.2
bundler-cache: true

- name: Run tests
run: bundle exec fastlane test
# - name: Run tests
# run: bundle exec fastlane test

- name: Run slack_build
run: bundle exec fastlane slack_build
# - name: Run slack_build
# run: bundle exec fastlane slack_build

0 comments on commit ef6b24b

Please sign in to comment.