Skip to content

Commit df65e38

Browse files
committed
debug
1 parent ca527b5 commit df65e38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838

3939
- name: Install related tools and prover dependencies
4040
shell: bash
41-
run: aptos-core/scripts/dev_setup.sh -b -p -r -y -P -t -k
41+
run: |
42+
whoami
43+
aptos-core/scripts/dev_setup.sh -b -p -r -y -P -t -k
4244
4345
- name: Prepare move prover tooling.
4446
shell: bash

0 commit comments

Comments
 (0)