Skip to content

Commit

Permalink
Simulation starting at GenInit predicate with Apalache.
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
  • Loading branch information
lemmy committed Sep 6, 2024
1 parent 23434bc commit 8c41609
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/tla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,29 @@ jobs:
path: |
_apalache-out/
apalache-simulate-geninit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
- name: Setup
run: |
wget https://github.com/informalsystems/apalache/releases/latest/download/apalache.tgz
tar zxvf apalache.tgz
- name: Simulation GenInit predicate with Apalache
run: |
./apalache/bin/apalache-mc simulate --config=APApbft.cfg --init=GenInit --max-run=1 --length=1 APIndApbft.tla
- name: Upload Apalache's counterexample (if any)
uses: actions/upload-artifact@v4
if: always()
with:
name: apalache-simulate-geninit
path: |
_apalache-out/
tlc-generate:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8c41609

Please sign in to comment.