Skip to content

Commit

Permalink
Merge pull request #1172 from ethereumjs/disable-e2e-temporarily
Browse files Browse the repository at this point in the history
Temporarily disable e2e tests (due to intermittent failures)
  • Loading branch information
cgewecke authored Mar 29, 2021
2 parents 3d9854d + 3c6c662 commit 71c54f6
Showing 1 changed file with 12 additions and 25 deletions.
37 changes: 12 additions & 25 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 71c54f6

Please sign in to comment.