Still trying to get uses to work
Test / test (push) Failing after 0s
Details
Test / test (push) Failing after 0s
Details
This commit is contained in:
parent
707456ce3f
commit
5b693fd30f
|
|
@ -5,6 +5,6 @@ on: [push]
|
|||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
steps:
|
||||
- run: npm run test
|
||||
Loading…
Reference in New Issue