Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhuklinets authored Aug 20, 2024
1 parent b5061b4 commit 59f4ec0
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,41 +223,6 @@ jobs:
name: renovate-package
path: renovate-0.0.0-semantic-release.tgz


test-e2e:
needs: [build]
runs-on: 'ubuntu-latest'
timeout-minutes: 7

if: github.event.pull_request.draft != true

steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
show-progress: false

- name: Setup pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
standalone: true

- name: Setup Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: ${{ env.NODE_VERSION }}

- name: Download package
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: renovate-package

- name: Install dependencies
run: pnpm test-e2e:install

- name: E2E Test
run: pnpm test-e2e:run

release:
needs:
- setup-build
Expand Down

0 comments on commit 59f4ec0

Please sign in to comment.