Skip to content

Commit ef3ec93

Browse files
Fix test workflow (#13)
1 parent 4e51947 commit ef3ec93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
test: # make sure the action works on a clean machine without building
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: cortexcompiler/example-typescript-action
23+
- uses: actions/checkout@v3
2424
- uses: ./
2525
with:
2626
milliseconds: 1000

0 commit comments

Comments
 (0)