Try to test Action in-vivo

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 03:33:04 +02:00
parent d69dec835b
commit 907e5dae80
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -14,13 +14,17 @@ jobs:
npm install
npm run all
# test: # make sure the action works on a clean machine without building
# runs-on: ubuntu-latest
# strategy:
# matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
# steps:
# - uses: actions/checkout@v1
# - uses: ./
# with:
# milliseconds: 1000
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v1
- uses: ./
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: README.md
asset_name: TEST.md
tag: ci-test
overwrite: true