Skip to content

Commit

Permalink
Test that the manual cites frank-runner example config correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Jun 4, 2024
1 parent c504870 commit aa4da18
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/workflows/frank-runner-example-cited-correctly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Frank!Runner example cited correctly
on:
push:
branches:
- master
- testFrankRunnerExampleCitedCorrectly
pull_request:
workflow_dispatch:
jobs:
testing:
name: Testing
runs-on: ubuntu-latest
steps:
- name: Checkout Frank!Runner
uses: actions/checkout@v4
with:
repository: wearefrank/frank-runner
path: frank-runner
- name: See commit number of checked-out frank-runner
run: git log -1
working-directory: frank-runner
- name: Checkout frank-manual
uses: actions/checkout@v4
with:
path: frank-manual
- name: Compare cited configuration
run: diff frank-manual/srcSteps/FrankRunnerExample1a/v500/Frank2Example1/Example1aConfiguration.xml frank-runner/examples/Frank2Example1/configurations/Example1a/Configuration.xml
2 changes: 1 addition & 1 deletion .github/workflows/no-console-warnings.js.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Testing
name: Frank configs should not produce warnings
on:
push:
branches:
Expand Down

0 comments on commit aa4da18

Please sign in to comment.