Skip to content

Use the HEAD method when fetching as it is more efficient and prevents 30-second delay when node exits. #335

Use the HEAD method when fetching as it is more efficient and prevents 30-second delay when node exits.

Use the HEAD method when fetching as it is more efficient and prevents 30-second delay when node exits. #335

Workflow file for this run

name: Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
version: [latest, master, v1.300.0]
step: [version]
# step: [version, npmExecuteScripts]
steps:
- uses: actions/checkout@v4
- name: Run action to show Project Piper version
uses: ./
with:
piper-version: ${{ matrix.version }}
step-name: ${{ matrix.step }}
flags: "--verbose --noTelemetry"