Skip to content

Commit

Permalink
Added test workflow for AIML
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Oct 19, 2023
1 parent 16a78f6 commit 831211c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-aiml.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test - AIML

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

permissions:
id-token: write
contents: read

jobs:
test-module:
uses: ./.github/workflows/module-test.yaml
with:
module: aiml
secrets: inherit

0 comments on commit 831211c

Please sign in to comment.