Skip to content

build(deps-dev): bump @types/jest from 29.5.5 to 29.5.7 #195

build(deps-dev): bump @types/jest from 29.5.5 to 29.5.7

build(deps-dev): bump @types/jest from 29.5.5 to 29.5.7 #195

Workflow file for this run

name: "Test setup-nuget-exe"
on: [pull_request, push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
nuget-version: [latest, preview]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm run build
- run: npm test
- uses: ./
with:
nuget-version: ${{ matrix.nuget-version }}
nuget-api-key: ${{ secrets.NuGetAPIKey }}
- run: nuget