Skip to content

Commit d77cf6c

Browse files
authored
Update test projects that will be used for deployWorkspaceProject (#968)
1 parent 4b5ef5c commit d77cf6c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2528
-5
lines changed

test/test.code-workspace

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
{
22
"folders": [
33
{
4-
"name": "albumapi-js",
5-
"path": "testProjects/containerapps-albumapi-javascript"
4+
"name": "advanced-js",
5+
"path": "testProjects/advanced-js"
6+
},
7+
{
8+
"name": "basic-js",
9+
"path": "testProjects/basic-js"
10+
},
11+
{
12+
"name": "containerized-functions",
13+
"path": "testProjects/containerized-functions"
614
},
715
{
816
"name": "dockerfiles",
917
"path": "testProjects/dockerfiles"
1018
},
1119
{
1220
"name": "monorepo-admincreds",
13-
"path": "testProjects/monorepo-basic-1"
21+
"path": "testProjects/monorepo-admincreds"
1422
},
1523
{
1624
"name": "monorepo-identity",
17-
"path": "testProjects/monorepo-basic-2"
18-
}
25+
"path": "testProjects/monorepo-identity"
26+
},
1927
]
2028
}

test/testProjects/containerapps-albumapi-javascript/.gitignore renamed to test/testProjects/advanced-js/.gitignore

File renamed without changes.

test/testProjects/containerapps-albumapi-javascript/LICENSE.md renamed to test/testProjects/advanced-js/LICENSE.md

File renamed without changes.

test/testProjects/containerapps-albumapi-javascript/README.md renamed to test/testProjects/advanced-js/README.md

File renamed without changes.

test/testProjects/containerapps-albumapi-javascript/src/.DS_Store renamed to test/testProjects/advanced-js/src/.DS_Store

File renamed without changes.

test/testProjects/containerapps-albumapi-javascript/src/.dockerignore renamed to test/testProjects/advanced-js/src/.dockerignore

File renamed without changes.

test/testProjects/containerapps-albumapi-javascript/src/Dockerfile renamed to test/testProjects/advanced-js/src/Dockerfile

File renamed without changes.

test/testProjects/containerapps-albumapi-javascript/src/app.js renamed to test/testProjects/advanced-js/src/app.js

File renamed without changes.

test/testProjects/containerapps-albumapi-javascript/src/bin/www renamed to test/testProjects/advanced-js/src/bin/www

File renamed without changes.

test/testProjects/containerapps-albumapi-javascript/src/controllers/AlbumController.js renamed to test/testProjects/advanced-js/src/controllers/AlbumController.js

File renamed without changes.

0 commit comments

Comments
 (0)