Skip to content

Commit 349bb39

Browse files
committed
action path reset fix
1 parent 28536cc commit 349bb39

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66

77
on:
88
schedule:
9-
- cron: '0 0 1 * *'
9+
- cron: '0 0 1 * *'
1010
push:
1111
branches: [ main ]
1212
workflow_dispatch:
@@ -17,9 +17,10 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
container:
1919
image: ghcr.io/nkrusch/dissertation:artifact
20-
options: --platform=linux/amd64 -w /usr/dissertation
20+
options: --platform=linux/amd64
2121
steps:
2222
- run: |
23+
cd /usr/dissertation
2324
pymwp --version ; dafny --version ; coqc --version
2425
pymwp --info examples/original_paper/example3_1_b.c
2526
(cd code && coqc equiv.v && dafny verify equiv.dfy)

0 commit comments

Comments
 (0)