Skip to content

Commit

Permalink
Merge pull request #38 from glossarist/feature/migrate-to-include-wor…
Browse files Browse the repository at this point in the history
…kflow

Migrate to include workflow
  • Loading branch information
CAMOBAP authored Dec 22, 2023
2 parents 8799ed6 + 9749d19 commit 8eff44b
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@main

0 comments on commit 8eff44b

Please sign in to comment.