Add batchTimeout
to the fixtures
#570
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow ensures LICENSE-3rdparty.csv is up-to-date with all dependencies used | |
name: Check dependencies license | |
on: push | |
jobs: | |
check-license-3rdparty: | |
name: Check LICENSE-3rdparty.csv | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check LICENSE-3rdparty.csv | |
run: ./ci/check-license-3rdparty.sh |