parent
8afce56b9e
commit
7249dd86f1
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/test.yaml
Normal file
15
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: "yarn"
|
||||
- run: corepack enable
|
||||
- run: yarn install
|
||||
- run: yarn test
|
Loading…
Add table
Reference in a new issue