Skip to content

IP-244 - Update actions/upload-artifact to v4 due to v3 deprecation. #36

IP-244 - Update actions/upload-artifact to v4 due to v3 deprecation.

IP-244 - Update actions/upload-artifact to v4 due to v3 deprecation. #36

# This workflow will run when a PR is opened against the `main` branch. It will
# trigger the reusable workflow in `.github/workflows/run_tests.yml`, which
# sets up the local Python environment and runs the `unittest` suite.
name: Build and test PR branches
on:
pull_request:
branches: [ main ]
jobs:
build_and_test:
uses: ./.github/workflows/run_tests.yml