flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
20
BACK_BACK/node_modules/deasync/.github/workflows/npm_test.yml
generated
vendored
Executable file
20
BACK_BACK/node_modules/deasync/.github/workflows/npm_test.yml
generated
vendored
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
name: npm_test
|
||||
on: [pull_request, push]
|
||||
jobs:
|
||||
npm_test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '22'
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
- name: Upload bin folder
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: bin
|
||||
path: bin/
|
||||
Loading…
Add table
Add a link
Reference in a new issue