We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ba7b2 commit d1ba058Copy full SHA for d1ba058
.github/workflows/compile.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Write modified models
31
run: |
32
- cd example-models-new > ../test-models.txt
+ cd example-models-new
33
echo "example-models-new/basic_distributions/binormal.stan" > ../test-models.txt
34
git diff --name-only origin/master $GITHUB_SHA --diff-filter=AM | grep ".stan$" | sed -e 's/^/example-models-new\//' >> ../test-models.txt
35
0 commit comments