18 lines
347 B
YAML
Raw Normal View History

2022-08-02 14:56:32 +02:00
name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
2024-08-12 00:33:36 +02:00
ENGINE_VERSION: [5.0.1, 5.1.1, 5.2.0, 5.3.0, 5.4.1, 5.5.1, 5.6.1, 5.7.0, 5.8.0, 5.9.0, latest]
2022-08-02 14:56:32 +02:00
steps:
2024-08-05 16:53:06 +02:00
- uses: actions/checkout@v4
2022-08-02 14:56:32 +02:00
- name: test
2024-08-05 16:53:06 +02:00
run: docker compose up --exit-code-from sut