PR-149165: deleting E2E testing.
This commit is contained in:
parent
31fbb4d839
commit
a61eade18c
14
.github/workflows/npm-publish.yml
vendored
14
.github/workflows/npm-publish.yml
vendored
@ -14,20 +14,6 @@ jobs:
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
cypress-run:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PORT: 3000
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
# Install NPM dependencies, cache them correctly
|
||||
# and run all Cypress tests
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
with:
|
||||
build: npm run build:frontend
|
||||
start: npm start
|
||||
cypress-run-component:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
14
.github/workflows/npm-test.yml
vendored
14
.github/workflows/npm-test.yml
vendored
@ -20,20 +20,6 @@ jobs:
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
cypress-run:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PORT: 3000
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
# Install NPM dependencies, cache them correctly
|
||||
# and run all Cypress tests
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v5 # use the explicit version number
|
||||
with:
|
||||
build: npm run build:frontend
|
||||
start: npm start
|
||||
cypress-run-component:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user