Skip to content

Bump minimatch from 3.1.2 to 3.1.5 #17

Bump minimatch from 3.1.2 to 3.1.5

Bump minimatch from 3.1.2 to 3.1.5 #17

Workflow file for this run

name: E2E Tests
on:
workflow_dispatch:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
e2e:
uses: yoriiis/actions/.github/workflows/e2e.yml@main
with:
working-directory-demo: sandbox
secrets:
NETLIFY_APP_ID: ${{ secrets.NETLIFY_APP_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}