Skip to content

Commit a83b192

Browse files
committed
show files
1 parent 9c61ef3 commit a83b192

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
id: npm-lint
4141
run: npm run lint
4242

43-
- name: Test
44-
id: npm-ci-test
45-
run: npm run ci-test
46-
4743
test-action:
4844
name: GitHub Actions Test
4945
runs-on: ubuntu-latest
@@ -53,6 +49,12 @@ jobs:
5349
id: checkout
5450
uses: actions/checkout@v4
5551

52+
- name: show data files
53+
id: show
54+
run: |
55+
ls -l .
56+
ls -l ./data/
57+
5658
- name: Test Local Action
5759
id: test-action
5860
uses: ./

0 commit comments

Comments
 (0)