Skip to content

Merge individual modules to a single score_tooling module #32

Merge individual modules to a single score_tooling module

Merge individual modules to a single score_tooling module #32

name: Run Python Basics Integration Tests
on:
pull_request:
types: [opened, reopened, synchronize]
paths:
- 'python_basics/**'
jobs:
code:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Run integration tests
run: |
cd python_basics/integration_tests
bazel test ...