Skip to content

Commit 9df94de

Browse files
authored
Update test.yml
1 parent d4a4db7 commit 9df94de

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v1
14-
15-
- run: npm ci
16-
- run: npm test
17-
- uses: ./
18-
with:
19-
milliseconds: 1000
14+
- name: Dump steps context
15+
env:
16+
STEPS_CONTEXT: ${{ toJson(steps) }}
17+
run: echo "$STEPS_CONTEXT"

0 commit comments

Comments
 (0)