Skip to content

Commit

Permalink
publish: github action yarn test deactivated
Browse files Browse the repository at this point in the history
  • Loading branch information
formysister committed Mar 14, 2024
1 parent 2fcd782 commit 1db7133
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
environment: production
environment: Production
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
Expand All @@ -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()
Expand Down

0 comments on commit 1db7133

Please sign in to comment.