From 4f7080471b74ff1d9f6e42ac72a9b3bc65e3ae4a Mon Sep 17 00:00:00 2001 From: Marin Minnerly Date: Sat, 25 Nov 2023 11:28:21 -0800 Subject: [PATCH] Update CI to generate the right sourcemap --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7aad96f5..b2f1c0b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Generate sourcemap for LSP shell: bash - run: rojo sourcemap dev.project.json -o sourcemap.json + run: rojo sourcemap tests.project.json -o sourcemap.json - name: Analyze shell: bash