Skip to content

Commit 0d7408e

Browse files
committed
Debug with tree
1 parent a50a2a2 commit 0d7408e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/simple.yml

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
- name: Check Chrome Installation
3434
run: chrome --version
3535

36+
- name: Run tree
37+
run: tree doc -d
38+
39+
- name: Inspect guide
40+
run: tree doc/guide
41+
3642
- name: Run Reftests
3743
run: cargo run --manifest-path doc/Cargo.toml --release -- --reftest --build=macos
3844
env:

0 commit comments

Comments
 (0)