features/.github/workflows/test-pr-temp-tweak.yml
Josh Spicer 01b46faa2d
smart auto-install multiple versions for node (#56)
* node

* fix comment (no-ci)

* Apply suggestions from code review

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

* update test scenario

* remove minor for node 18

* update scenarios to object notation

* add shabang

* only set default node once

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2022-07-14 11:12:11 -07:00

16 lines
330 B
YAML

name: "test"
on:
pull_request:
paths-ignore:
- ./**/oryx/**
- ./**/java/**
- ./**/dotnet/**
- ./**/php/**
- ./**/node/**
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required ; Temporary tweak for merging the PRs until branch protection rules are updated"'