Skip to content

Commit

Permalink
ci: update quint files location on quint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cason committed Nov 25, 2024
1 parent 6ed4ef4 commit 766c49e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/quint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
branches:
- main
paths:
- specs/quint/**
- specs/consensus/quint/**
pull_request:
paths:
- specs/quint/**
- specs/consensus/quint/**

name: Quint

Expand All @@ -21,7 +21,7 @@ jobs:
with:
node-version: "18"
- run: npm install -g @informalsystems/quint
- run: bash scripts/quint-forall.sh typecheck specs/quint/**/*.qnt
- run: bash scripts/quint-forall.sh typecheck specs/consensus/quint/**/*.qnt

quint-test:
name: Test
Expand All @@ -34,4 +34,4 @@ jobs:
with:
node-version: "18"
- run: npm install -g @informalsystems/quint
- run: bash scripts/quint-forall.sh "test --max-samples $MAX_SAMPLES" specs/quint/tests/**/*Test.qnt
- run: bash scripts/quint-forall.sh "test --max-samples $MAX_SAMPLES" specs/consensus/quint/tests/**/*Test.qnt

0 comments on commit 766c49e

Please sign in to comment.