Skip to content

Merge pull request #201 from aiarena/dependabot/pip/werkzeug-3.0.6 #10

Merge pull request #201 from aiarena/dependabot/pip/werkzeug-3.0.6

Merge pull request #201 from aiarena/dependabot/pip/werkzeug-3.0.6 #10

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