Skip to content

Commit 50e40c6

Browse files
committed
feat(button): quick check
1 parent d03697d commit 50e40c6

File tree

6 files changed

+15
-67
lines changed

6 files changed

+15
-67
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,17 @@ jobs:
5858
["./TELBlazor.Components.UnitTests/appsettings.Development.json"]="${{ secrets.UNITTESTS_APPSETTINGS_DEVELOPMENT }}"
5959
["./TELBlazor.Components.ShowCase.WasmStaticClient/wwwroot/appsettings.Development.json"]="${{ secrets.WASMSTATICCLIENT_APPSETTINGS_DEVELOPMENT }}"
6060
["./TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost.Client/wwwroot/appsettings.Development.json"]="${{ secrets.WASMSERVERHOSTCLIENT_APPSETTINGS_DEVELOPMENT }}"
61-
["./TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/appsettings.Development.json"]="${{ secrets.WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}"
61+
62+
["./TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/appsettings.Development.json"]="${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}"
6263
)
6364
6465
for path in "${!paths[@]}"; do
6566
mkdir -p "$(dirname "$path")"
6667
printf '%s' "${paths[$path]}" > "$path"
6768
done
68-
69+
70+
71+
# ["./TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/appsettings.Development.json"]="${{ secrets.WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}"
6972
- name: Clean lock files because the newly generated package file will superseed the locks
7073
run: |
7174
find . -name "packages.lock.json" -type f -exec rm -f {} \;
@@ -104,6 +107,12 @@ jobs:
104107
/p:TELBlazorPackageSource=$TELBLAZOR_PACKAGE_SOURCE \
105108
/p:DisablePackageGeneration=$DISABLE_PACKAGE_GENERATION \
106109
/p:E2ETracingEnabled=$E2E_TRACING_ENABLED
110+
111+
- name: Debug output - Show appsettings.Development.json contents
112+
run: |
113+
echo "=== Path: ./TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/appsettings.Development.json ==="
114+
cat ./TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/appsettings.Development.json
115+
107116
108117
109118
reuseable-ci-checks-branch-name-check:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,7 @@ CHANGELOG.md
161161
/docs
162162
/TELBlazor.Components.ShowCase.WasmStaticClient/wwwroot/appsettings.dev.json
163163
/TELBlazor.Components.UnitTests/appsettings.Development.json
164+
/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/appsettings.json
165+
/TELBlazor.Components.ShowCase.WasmStaticClient/wwwroot/appsettings.json
166+
/TELBlazor.Components.UnitTests/appsettings.json
167+
/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost.Client/wwwroot/appsettings.json

TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost.Client/wwwroot/appsettings.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/appsettings.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

TELBlazor.Components.ShowCase.WasmStaticClient/wwwroot/appsettings.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

TELBlazor.Components.UnitTests/appsettings.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)