Skip to content

BCM-35807: GIT-HELPERS: bump helpers versions to avoid node20 warnings #4

BCM-35807: GIT-HELPERS: bump helpers versions to avoid node20 warnings

BCM-35807: GIT-HELPERS: bump helpers versions to avoid node20 warnings #4

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -r tests/requirements.txt
- name: Run tests
run: tests/run_tests.sh