Aktueller Stand
This commit is contained in:
10
backend/node_modules/@fastify/swagger-ui/.github/workflows/playwright.yml
generated
vendored
10
backend/node_modules/@fastify/swagger-ui/.github/workflows/playwright.yml
generated
vendored
@@ -4,6 +4,9 @@ on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -13,9 +16,12 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
check-latest: true
|
||||
node-version: lts/*
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
|
||||
Reference in New Issue
Block a user