mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
12 lines
267 B
YAML
12 lines
267 B
YAML
on:
|
|
pull_request:
|
|
push:
|
|
|
|
concurrency:
|
|
group: e2e-gastbyjs-${{ github.ref }}-5.x
|
|
cancel-in-progress: true
|
|
|
|
name: 'E2E Gatsby.js CLI with verdaccio'
|
|
jobs:
|
|
e2e:
|
|
uses: verdaccio/verdaccio/.github/workflows/x-e2e-gatsbyjs-cli-workflow.yml@master
|