Skip to content

Commit 1fe1a3a

Browse files
committed
feat(button): squash later
1 parent 81a03e3 commit 1fe1a3a

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

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

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -42,35 +42,35 @@ env:
4242

4343
jobs:
4444

45-
make-appsettings-work-in-push-yml:
46-
name: app settings 2
47-
if: ${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT != '' }}
48-
runs-on: ubuntu-latest
49-
steps:
45+
# make-appsettings-work-in-push-yml:
46+
# name: app settings 2
47+
# if: ${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT != '' }}
48+
# runs-on: ubuntu-latest
49+
# steps:
5050

51-
- name: Checkout code
52-
uses: actions/checkout@v3
53-
continue-on-error: true
51+
# - name: Checkout code
52+
# uses: actions/checkout@v3
53+
# continue-on-error: true
5454

55-
- name: Debug - Create temporary file with secret content
56-
run: |
57-
# Write the secret to a file
58-
echo '${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}' > appsettings.Development.json
55+
# - name: Debug - Create temporary file with secret content
56+
# run: |
57+
# # Write the secret to a file
58+
# echo '${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}' > appsettings.Development.json
5959

60-
# Display file content
61-
echo "File content:"
62-
cat appsettings.Development.json
60+
# # Display file content
61+
# echo "File content:"
62+
# cat appsettings.Development.json
6363

64-
# Validate if it's proper JSON
65-
echo "Validating JSON format:"${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT != '' }}
66-
if cat appsettings.Development.json | jq . >/dev/null 2>&1; then
67-
echo "✅ Valid JSON"
68-
echo "JSON structure:"
69-
cat appsettings.Development.json | jq .
70-
else
71-
echo "❌ Not valid JSON"
72-
fi
73-
continue-on-error: true
64+
# # Validate if it's proper JSON
65+
# echo "Validating JSON format:"${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT != '' }}
66+
# if cat appsettings.Development.json | jq . >/dev/null 2>&1; then
67+
# echo "✅ Valid JSON"
68+
# echo "JSON structure:"
69+
# cat appsettings.Development.json | jq .
70+
# else
71+
# echo "❌ Not valid JSON"
72+
# fi
73+
# continue-on-error: true
7474

7575
# Build Package
7676
# Build Solution useing package

0 commit comments

Comments
 (0)