Skip to content

Commit

Permalink
use mtt github action
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Apr 18, 2024
1 parent b6d38bc commit c2011b0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: test
name: test-action

on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
ENGINE_VERSION: [5.3.0, 5.4.0, 5.5.0, 5.6.0, 5.7.0, latest]

steps:
- uses: actions/checkout@v3
- name: test
run: docker-compose up --exit-code-from sut
- uses: actions/checkout@v2
- uses: buckaroobanzay/mtt@main
with:
modname: promise
git_dependencies: |
https://github.com/BuckarooBanzay/mtt

0 comments on commit c2011b0

Please sign in to comment.