Skip to content

Commit d1ba058

Browse files
committed
cleanup
1 parent 52ba7b2 commit d1ba058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Write modified models
3131
run: |
32-
cd example-models-new > ../test-models.txt
32+
cd example-models-new
3333
echo "example-models-new/basic_distributions/binormal.stan" > ../test-models.txt
3434
git diff --name-only origin/master $GITHUB_SHA --diff-filter=AM | grep ".stan$" | sed -e 's/^/example-models-new\//' >> ../test-models.txt
3535

0 commit comments

Comments
 (0)