Compare commits

...

4 Commits

Author SHA1 Message Date
Jessica G
837d63f36c
Merge 5d3bd3b828dcc9d00130b0bce5185b12a4327919 into ccf6d160172ab57f9777e88af5fa51240108285a 2024-11-04 15:08:33 +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
5d3bd3b828
CI: Migrate fast test suite from Travis CI
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2024-10-28 20:51:54 -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
- fast
shell:
- sh
- bash

View File

@ -82,11 +82,6 @@ env:
- PATH="/usr/lib/ccache/:$PATH"
- NVM_DIR="${TRAVIS_BUILD_DIR}"
matrix:
- SHELL=sh TEST_SUITE=fast
- SHELL=dash TEST_SUITE=fast
- 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