Skip to content

Test GEP on different platforms #37

Test GEP on different platforms

Test GEP on different platforms #37

Workflow file for this run

name: Test GEP on different platforms
on:
push:
branches:
- main
paths:
- '**'
- '!*.md'
pull_request:
paths:
- '**'
- '!*.md'
schedule:
- cron: '0 1 * * *'
jobs:
tests:
strategy:
fail-fast: false
matrix:
images: [ubuntu24.04, ubuntu22.04, ubuntu20.04, arch]
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Docker Build ${{ matrix.images }}
run: docker compose build ${{ matrix.images }}
- name: Test on ${{ matrix.images }}
run: docker compose run ${{ matrix.images }} ./tests.sh