mirror of
https://github.com/NuGet/setup-nuget.git
synced 2025-12-06 07:48:23 +08:00
21 lines
313 B
YAML
21 lines
313 B
YAML
name: "Test typescript-action"
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- master
|
|
- 'releases/*'
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
|
|
- run: npm ci
|
|
- run: npm run build
|
|
- run: npm test
|
|
- uses: ./
|
|
with:
|
|
milliseconds: 1000
|