Skip to content

Commit 2ad22e3

Browse files
fix: ci
1 parent 90559b9 commit 2ad22e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: test
13-
run: pwd
13+
run: |
14+
pwd
15+
ls
1416
- name: Checkout Repository
1517
uses: actions/checkout@v4
1618
- name: Cache pip install

0 commit comments

Comments
 (0)