From 3c6c662a1026e0523c7b68acbc57899866d6e03d Mon Sep 17 00:00:00 2001 From: cgewecke Date: Mon, 29 Mar 2021 09:48:48 -0700 Subject: [PATCH] ci -> temporarily disable e2e tests (due to intermittent failures) --- .github/workflows/e2e-tests.yml | 37 +++++++++++---------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index dc6bd97cb6..8c56da06dd 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -17,31 +17,18 @@ jobs: strategy: matrix: node-version: [15] - steps: - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - uses: actions/checkout@v2 - with: - submodules: recursive + # steps: + # - name: Use Node.js ${{ matrix.node-version }} + # uses: actions/setup-node@v1 + # with: + # node-version: ${{ matrix.node-version }} + # - uses: actions/checkout@v2 + # with: + # submodules: recursive # Installs all dependencies, bootstrapping everything. - - run: npm install + # - run: npm install - # Publishes all packages to a virtual npm registry after giving each a minor version bump - - name: Publish to virtual registry - run: npm run e2e:publish - - # This project is simple / does not require resolutions injection - - name: E2E Target - NoahZinsmeister/as-you-permit - run: | - git clone https://github.com/NoahZinsmeister/as-you-permit.git - cd as-you-permit - yarn - rm -rf dist - yarn remove @ethereumjs/vm - yarn add @ethereumjs/vm@e2e - yarn test --verbose - env: - URL_MAINNET: ${{ secrets.URL_MAINNET }} + # # Publishes all packages to a virtual npm registry after giving each a minor version bump + # - name: Publish to virtual registry + # run: npm run e2e:publish