mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
12 lines
238 B
YAML
12 lines
238 B
YAML
on:
|
|
pull_request:
|
|
push:
|
|
|
|
concurrency:
|
|
group: e2e-jest-${{ github.ref }}-7.x
|
|
cancel-in-progress: true
|
|
|
|
name: 'E2E Jest with verdaccio'
|
|
jobs:
|
|
e2e:
|
|
uses: verdaccio/verdaccio/.github/workflows/x-e2e-jest-workflow.yml@master
|