From 1db71335ce46513dee7caeefbbd9bf13822ae28f Mon Sep 17 00:00:00 2001 From: formysister Date: Fri, 15 Mar 2024 07:00:37 +0900 Subject: [PATCH] publish: github action yarn test deactivated --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a3539d..5eea643 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ on: jobs: release: runs-on: ubuntu-latest - environment: production + environment: Production steps: - uses: actions/checkout@v3 - uses: ./.github/actions/setup @@ -33,10 +33,10 @@ jobs: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: yarn i18n:compile - - run: yarn test - if: success() - env: - JSON_RPC_PROVIDER: ${{ secrets.JSON_RPC_PROVIDER }} + # - run: yarn test + # if: success() + # env: + # JSON_RPC_PROVIDER: ${{ secrets.JSON_RPC_PROVIDER }} - run: yarn release if: success()