Skip to content

Bump actions/setup-python from 2 to 5 (#124) #207

Bump actions/setup-python from 2 to 5 (#124)

Bump actions/setup-python from 2 to 5 (#124) #207

name: build
on: [pull_request, push]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
optional-test-bsuite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Behavior Suite
- run: |
docker build -f bin/bsuite.Dockerfile \
--build-arg PYTHON_VERSION='3.10' \
--tag shimmy-bsuite-docker .
- name: Run bsuite tests
run: docker run shimmy-bsuite-docker pytest tests/test_bsuite.py