aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-pr.yaml
Commit message (Collapse)AuthorAgeFilesLines
* update `dotnet`/`oryx` features to use recommended install location for ↵Josh Spicer2022-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | dotnet6 (#91) * use default jammy apt feed to mitigate jammy/oryx install issues * remove old comment * jammy first tries default apt repo * refactoring * glob friendly and tests * test files * better greps * correct path * DEBIAN_FRONTEND global in oryx install script * remove set -e from dotnet script to handle errors ourselves
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-051-1/+1
| | | | | * Renaming feature: 'common' to 'common-utils' * removing duplicate tests
* remove hardcoded devcontainer-cli (#65)Josh Spicer2022-07-181-2/+6
| | | remove hardcoded devcontainer-cli in favor of fetching latest from npm dynamically
* smart auto-install multiple versions for `node` (#56)Josh Spicer2022-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | * 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>
* update workflows for cli to ↵Josh Spicer2022-06-301-1/+1
| | | | https://github.com/devcontainers/cli/pull/11/commits/4ea8a7cb4693fb442faf9ddb214848218256b334
* testing ↵Josh Spicer2022-06-281-1/+1
| | | | https://github.com/devcontainers/cli/pull/6/commits/e92dd247f1b004d0f879afe011ab15e57182ad5f
* Revert "add gradle feature"Samruddhi Khandale2022-06-151-1/+0
| | | | This reverts commit 123ca4650aac072448cb7681e80d3573129ace98.
* add gradle featureSamruddhi Khandale2022-06-151-0/+1
|
* Merge JupyterLab feature into Python feature (#40)JP Ungaretti2022-06-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Restructure tools installation * Tweak bash and zsh config * Remove extra space * Update comments * Add option to install JupyterLab * Add option to configure JupyterLab * Add option to install ML packages * Remove deprecated JuptyerLab feature * Add new arguments to Python feature * Remove trailing whitespace * Organize new arguments * Resolve feedback * Create new scenario for JupyterLab * Fix user in JupyterLab scenario * Revert changes to Python test * Remove ML packages * Update test names * Rename CORS option
* Add CI ignoreJosh Spicer2022-06-031-1/+2
|
* Pass options via environment variables (#39)Josh Spicer2022-06-031-33/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * up to docker-in-docker converted * first pass at the rest of the features (and bash linting and updated CLI * move shell linter to own file * rename feature.json -> devcontainer-feature.json * continue on error * continue on error in right spot * formatting * fix AZ_VERSION * update python * restore variable name * update linter actions, fix dind/dfd/desktop scripts, add test-scenaerios * add tree because I like tree * glob for shell linter * fix test-scenarios * shell linter * more shell helper
* more base imagesJosh Spicer2022-05-311-1/+1
|
* Add oryx feature (#27)Samruddhi Khandale2022-05-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add oryx * modify oryx sh * add oryx in matrix * install dotnet * fix permission * test * test 2 * test 3 * fix dotnet * fix oryx * fix * fix path issues + debugging * remove debugging * add oryx test to actions * fix test * modify test * add $ * fix user * address comments * add repo * add wget * allow apt-update * add --no-check-certificate * install ca-certificates * install with another approach * fix infinite test runs * Update src/oryx/install.sh Co-authored-by: Josh Spicer <joshspicer@github.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* update jupyter and ruby features (#26)jospicer/testing-multi-repo-authJosh Spicer2022-05-271-3/+0
| | | | | | | | | * jekyll and jupyter updates * add ruby to jekylls pr test * update jekyll and ruby test * remove features that dont follow my rules
* maven and optional sdkman (#25)Josh Spicer2022-05-261-1/+1
| | | | | * maven * optional sdk man
* updates to conda,gradle,hugo (#24)Josh Spicer2022-05-261-1/+1
|
* smart PR action (#23)Josh Spicer2022-05-261-0/+53
* attempt at update action * Update test-pr.yaml * make a change to a source file * try out a few * easy case * filter * try a two-feature key * without jup * overthinking? * naming * changes * all * remove comments