Skip to content

chore(deps): bump uuid from 10.0.0 to 11.0.3 (#4555) #4407

chore(deps): bump uuid from 10.0.0 to 11.0.3 (#4555)

chore(deps): bump uuid from 10.0.0 to 11.0.3 (#4555) #4407

Workflow file for this run

on:
push:
branches:
- 3.x
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-22.04
name: Check Tests
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: testomatio/check-tests@stable
if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '3.x'
with:
framework: mocha
tests: "./test/**/*_test.js"
token: ${{ secrets.GITHUB_TOKEN }}
has-tests-label: true
comment-on-empty: true
github-pat: ${{ secrets.GH_PAT }}
enable-documentation: true
documentation-branch: "master"