Compare commits

...

4 Commits

Author SHA1 Message Date
Jessica G
e071bf5a79
Merge 8b9512bb35ceca21d22a54a595a89a361d1395a6 into ccf6d160172ab57f9777e88af5fa51240108285a 2024-11-04 15:08:31 +00:00
Jordan Harband
ccf6d16017
[meta] disable blank issues 2024-11-04 15:07:16 +00:00
Jordan Harband
ba98270442
[meta] update issue template 2024-11-04 15:01:26 +00:00
Jessica Wagantall
8b9512bb35
CI: Migrate slow test suit from Travis CI
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2024-10-29 09:52:05 -07:00
4 changed files with 11 additions and 6 deletions

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: false

View File

@ -1,3 +1,11 @@
---
name: File an issue…
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
<!-- Thank you for being interested in nvm! Please help us by filling out the following form if youre having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! -->

View File

@ -1,6 +1,6 @@
name: urchin tests
on: [push]
on: [pull_request, push]
permissions:
contents: read
@ -31,6 +31,7 @@ jobs:
suite:
- install_script
- sourcing
- slow
shell:
- sh
- bash

View File

@ -87,11 +87,6 @@ env:
- SHELL=bash TEST_SUITE=fast
- SHELL=zsh TEST_SUITE=fast
# - SHELL=ksh TEST_SUITE=fast
- SHELL=sh TEST_SUITE=slow
- SHELL=dash TEST_SUITE=slow
- SHELL=bash TEST_SUITE=slow
- SHELL=zsh TEST_SUITE=slow
# - SHELL=ksh TEST_SUITE=slow
- SHELL=sh TEST_SUITE=installation_iojs
- SHELL=sh TEST_SUITE=installation_iojs WITHOUT_CURL=1
- SHELL=dash TEST_SUITE=installation_iojs