Skip to content

Commit 1c843d7

Browse files
committed
ll
1 parent fe43605 commit 1c843d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/j2cli.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/cache@v3
3737
with:
3838
path: ~/.local # the path depends on the OS
39-
key: poetry-1 # increment to reset cache
39+
key: poetry-2 # increment to reset cache
4040
- name: Find2 (py${{ matrix.python-version }})
4141
run: find .
4242
- name: Install Poetry
@@ -79,3 +79,7 @@ jobs:
7979
#name: codecov-umbrella # optional
8080
fail_ci_if_error: false
8181
verbose: true
82+
- name: WTF1 (py${{ matrix.python-version }})
83+
run: ls -al manifest.txt || true
84+
- name: WTF2 (py${{ matrix.python-version }})
85+
run: cat manifest.txt || true

0 commit comments

Comments
 (0)