Try to test Action in-vivo
This commit is contained in:
parent
d69dec835b
commit
907e5dae80
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@ -14,13 +14,17 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
npm run all
|
npm run all
|
||||||
|
|
||||||
# test: # make sure the action works on a clean machine without building
|
test: # make sure the action works on a clean machine without building
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# strategy:
|
strategy:
|
||||||
# matrix:
|
matrix:
|
||||||
# os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
# - uses: ./
|
- uses: ./
|
||||||
# with:
|
with:
|
||||||
# milliseconds: 1000
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
file: README.md
|
||||||
|
asset_name: TEST.md
|
||||||
|
tag: ci-test
|
||||||
|
overwrite: true
|
||||||
|
Loading…
Reference in New Issue
Block a user