Skip to content

Commit

Permalink
ci: add daily integration testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jun 27, 2024
1 parent d506acd commit ebe1d45
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: integration

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

permissions:
contents: write

jobs:
rake:
uses: metanorma/ci/.github/workflows/plantuml-rake.yml@main
secrets:
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}

0 comments on commit ebe1d45

Please sign in to comment.