From bf4cdd6d8c433a6c7a28abac4f7fc8f33e4094d6 Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Mon, 23 Dec 2019 14:56:45 -0500 Subject: [PATCH] Try verifying changes --- .github/workflows/ci-win.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index d42a545..e58e2ce 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -24,8 +24,10 @@ jobs: with open('public/config.json', 'w+') as out: dump(json_dict, out) - shell: python + - name: Verify changes + run: (Get-Content -Path .\public\config.json -Raw) -match "location" + uses: powershell - name: Install dependencies and build run: | npm install