Skip to content

Commit

Permalink
Migrate to include workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Dec 22, 2023
1 parent 8799ed6 commit 193870d
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,4 @@ on:

jobs:
make:
name: Test on LutaML ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]

steps:
- uses: actions/checkout@v2

- uses: metanorma/ci/plantuml-setup-action@main

- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true

- run: bundle exec make clean all
uses: metanorma/ci/.github/workflows/model-make.yml@feature/model-make-use-default-ruby-version

0 comments on commit 193870d

Please sign in to comment.