Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: disable e2e-tests.yml completely #1284

Merged
merged 1 commit into from Jun 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
60 changes: 30 additions & 30 deletions .github/workflows/e2e-tests.yml
@@ -1,34 +1,34 @@
name: E2E
on:
push:
branches:
- master
tags:
- '*'
pull_request:
types: [opened, reopened, synchronize]
# name: E2E
# on:
# push:
# branches:
# - master
# tags:
# - '*'
# pull_request:
# types: [opened, reopened, synchronize]

env:
cwd: ${{github.workspace}}
# env:
# cwd: ${{github.workspace}}

jobs:
virtual-npm-publish:
runs-on: ubuntu-latest
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
# jobs:
# virtual-npm-publish:
# runs-on: ubuntu-latest
# 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

# Installs all dependencies, bootstrapping everything.
# - run: npm install
# Installs all dependencies, bootstrapping everything.
# - 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
# # 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