From 657fea85181a61e2441522929088d98b4802a60b Mon Sep 17 00:00:00 2001 From: alina sireneva Date: Sun, 18 Aug 2024 13:43:22 +0300 Subject: [PATCH] ci: temporarily disabled jsr publishing --- .github/workflows/release.yaml | 16 +++++++------- .github/workflows/test.yaml | 38 +++++++++++++++++----------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b4b6bb42..9b22cf51 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,14 +59,14 @@ jobs: GH_RELEASE: 1 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: node scripts/publish.js ${{ steps.find.outputs.modified }} - - uses: denoland/setup-deno@v1 - with: - deno-version: '1.45.5' - - name: Build packages and publish to JSR - env: - JSR: 1 - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: node scripts/publish.js ${{ steps.find.outputs.modified }} + # - uses: denoland/setup-deno@v1 + # with: + # deno-version: '1.45.5' + # - name: Build packages and publish to JSR + # env: + # JSR: 1 + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # run: node scripts/publish.js ${{ steps.find.outputs.modified }} - name: Commit version bumps run: | git commit -am "v${{ steps.bump.outputs.version }}" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e389d2e8..fd30eed6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -110,22 +110,22 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} REGISTRY: 'https://npm.tei.su' run: cd e2e/node && ./cli.sh ci-publish - e2e-deno: - runs-on: ubuntu-latest - needs: [lint, test-node, test-web, test-bun, test-deno] - permissions: - contents: read - actions: write - steps: - - uses: actions/checkout@v4 - - name: Run end-to-end tests under Deno - env: - API_ID: ${{ secrets.TELEGRAM_API_ID }} - API_HASH: ${{ secrets.TELEGRAM_API_HASH }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: nick-fields/retry@v2 - # thanks docker networking very cool - with: - max_attempts: 3 - timeout_minutes: 30 - command: cd e2e/deno && ./cli.sh ci + # e2e-deno: + # runs-on: ubuntu-latest + # needs: [lint, test-node, test-web, test-bun, test-deno] + # permissions: + # contents: read + # actions: write + # steps: + # - uses: actions/checkout@v4 + # - name: Run end-to-end tests under Deno + # env: + # API_ID: ${{ secrets.TELEGRAM_API_ID }} + # API_HASH: ${{ secrets.TELEGRAM_API_HASH }} + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # uses: nick-fields/retry@v2 + # # thanks docker networking very cool + # with: + # max_attempts: 3 + # timeout_minutes: 30 + # command: cd e2e/deno && ./cli.sh ci