aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-scenarios.yaml
Commit message (Collapse)AuthorAgeFilesLines
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-241-19/+0
| | | | | | | | | | | | | | | * test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh
* Fix bug - Python: Error installing os-provided python (#112)Samruddhi Khandale2022-08-231-1/+1
| | | | | * python: fix bug * bump versions
* Skip CI on Documentation PRs (#103)Josh Spicer2022-08-191-1/+0
| | | | | | | | | | | * no-ci * [skip ci] * attempt to not run CI on documentation updates * remove old if statements in CI * cleaner names [skip ci]
* 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
* remove hardcoded devcontainer-cli (#65)Josh Spicer2022-07-181-2/+6
| | | remove hardcoded devcontainer-cli in favor of fetching latest from npm dynamically
* 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
* Add CI ignoreJosh Spicer2022-06-031-0/+1
|
* Pass options via environment variables (#39)Josh Spicer2022-06-031-0/+15
* 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