aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-pr.yaml
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-07-14 21:12:11 +0300
committerGitHub <noreply@github.com>2022-07-14 21:12:11 +0300
commit01b46faa2dd7d9bd4f453b78f49457f2ffc67d3c (patch)
tree94cbf1eb77f763af807d34e168777c37dbc2668c /.github/workflows/test-pr.yaml
parent7f551f8c2f1129d6485088196bfeb28ff5ee3230 (diff)
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>
Diffstat (limited to '.github/workflows/test-pr.yaml')
-rw-r--r--.github/workflows/test-pr.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml
index 86b492d..46334d7 100644
--- a/.github/workflows/test-pr.yaml
+++ b/.github/workflows/test-pr.yaml
@@ -39,7 +39,7 @@ jobs:
terraform: ./**/terraform/**
test:
- needs: detect-changes
+ needs: [detect-changes]
runs-on: ubuntu-latest
continue-on-error: true
strategy: