feat: actual logic

This commit is contained in:
marocchino 2019-11-21 09:49:05 +09:00
parent 29d48cbb29
commit cb9470fc12
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
9 changed files with 108 additions and 147 deletions

View file

@ -0,0 +1,13 @@
name: Comment on Pull Request
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: ./
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
Test ${{ github.sha }} is successfully ended.

View file

@ -1,20 +1,16 @@
name: "Test typescript-action"
name: test
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v1
- run: npm ci
- run: npm run build
- run: npm test
- uses: ./
with:
milliseconds: 1000
- run: npm ci
- run: npm run build
- run: npm test