From ef6b24bd99946a9dbefa45fd9051906a2291564d Mon Sep 17 00:00:00 2001 From: Dev-Corgi Date: Mon, 8 Jan 2024 16:38:59 +0900 Subject: [PATCH] github action update5 --- .github/workflows/update.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 5880c84e..5e468710 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -2,7 +2,7 @@ name: update on: push jobs: - deploy: + update: name: Fastlane Update runs-on: ubuntu-latest steps: @@ -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 \ No newline at end of file + # - name: Run slack_build + # run: bundle exec fastlane slack_build \ No newline at end of file