Skip to content

Commit 5e04e58

Browse files
committed
Test
1 parent 4fbfbeb commit 5e04e58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
name: "test #${{ matrix.python-version }}"
2121
steps:
2222
- uses: actions/checkout@v4
23+
- name: Test
24+
shell: bash
25+
run: |
26+
pwd
27+
ls -alh .
2328
- name: Set up Python ${{ matrix.python-version }} + Poetry ${{ env.POETRY_VERSION }}
2429
uses: "./.github/actions/poetry_setup"
2530
with:

0 commit comments

Comments
 (0)