Skip to content

Merge pull request #36875 from fox-john/fix/pdo-regression-with-php-8… #157

Merge pull request #36875 from fox-john/fix/pdo-regression-with-php-8…

Merge pull request #36875 from fox-john/fix/pdo-regression-with-php-8… #157

Workflow file for this run

# For UI tests as job is required
name: Js
on:
push:
pull_request:
# Run when only tests are updated
paths:
- 'tests/UI/**'
concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
js-unit-tests:
runs-on: ubuntu-latest
name: Run unit tests
strategy:
matrix:
js: [ '16' ]
steps:
- run: 'echo "No tests required"'