Skip to content

Commit 138021f

Browse files
committed
add List workspace in stable test
1 parent df8e131 commit 138021f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
toolchain: ${{ matrix.rust }}
5151
override: true
5252
- name: List workspace
53-
run: ls -lh /github/workspace
53+
run: ls -lh .
5454
- name: Load test data
5555
run: psql -U postgres -d postgres < /github/workspace/tests/load-data.sql
5656
env:

0 commit comments

Comments
 (0)