Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 6dee50e

Browse files
committed
Undo changes to tests
1 parent 6d98ce5 commit 6dee50e

File tree

1 file changed

+3
-3
lines changed
  • containers/codespaces-linux/test-project

1 file changed

+3
-3
lines changed

containers/codespaces-linux/test-project/test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ check "oryx" oryx --version
1414

1515
# Check .NET
1616
check "dotnet" dotnet --list-sdks
17-
# check "oryx-install-dotnet-3.1.0" oryx prep --skip-detection --platforms-and-versions dotnet=3.1.0
18-
# check "dotnet-3.1.0-installed" bash -c 'dotnet --info | grep -E "\s3\.1\.0\s"'
17+
check "oryx-install-dotnet-3.1.0" oryx prep --skip-detection --platforms-and-versions dotnet=3.1.0
18+
check "dotnet-3.1.0-installed" bash -c 'dotnet --info | grep -E "\s3\.1\.0\s"'
1919
check "dotnet-6-installed-by-oryx" dotnet --info | grep "/opt/dotnet/6\.0\.[0-9]*/sdk"
2020

2121
# Check Python
@@ -67,7 +67,7 @@ check "rake" rake --version
6767
mkdir jekyll-test
6868
cd jekyll-test
6969
touch _config.yml
70-
# check "oryx-build-jekyll" oryx build --apptype static-sites --manifest-dir /tmp
70+
check "oryx-build-jekyll" oryx build --apptype static-sites --manifest-dir /tmp
7171
check "jekyll" jekyll --version
7272
cd ..
7373
rm -rf jekyll-test

0 commit comments

Comments
 (0)