Skip to content

Merge pull request #202 from aiarena/dependabot/pip/zipp-3.19.1 #11

Merge pull request #202 from aiarena/dependabot/pip/zipp-3.19.1

Merge pull request #202 from aiarena/dependabot/pip/zipp-3.19.1 #11

Workflow file for this run

name: Test
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
env:
PYTHON_VERSION: '3.11'
SC2_VERSION: '4.10-bookworm'
jobs:
build_docker_images:
name: Build and test docker images
runs-on: ${{ matrix.os }}
timeout-minutes: 90
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: "Build the docker-compose stack with version"
run: PYTHON_VERSION="${{ env.PYTHON_VERSION }}" SC2_VERSION="${{ env.SC2_VERSION }}" docker compose -f docker/docker-compose.yml build