Skip to content

Commit

Permalink
feat: add dependent-tests workflow #105
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Dec 1, 2024
1 parent 6d55d4e commit 1d6fd5b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dependent-repos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"repo": [
"lutaml/genericode",
"lutaml/ogc-gml",
"metanorma/modspec-ruby",
"metanorma/rfcxml",
"metanorma/niso-jats",
"metanorma/sts-ruby",
"lutaml/metaschema",
"glossarist/termium",
"lutaml/oasis-etm",
"lutaml/ali",
"lutaml/reqif"
]
}
14 changes: 14 additions & 0 deletions .github/workflows/dependent-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: dependent-gems-test

on:
push:
branches: [ main ]
tags: [ v* ]
pull_request:
workflow_dispatch:
repository_dispatch:
types: [ release-passed ]

jobs:
rake:
uses: metanorma/ci/.github/workflows/dependent-rake.yml@main

0 comments on commit 1d6fd5b

Please sign in to comment.