From ca3aa6cf8fdf61f05df84ff22b86d7d7a6a7ab34 Mon Sep 17 00:00:00 2001 From: tevko Date: Fri, 20 Dec 2024 21:02:26 -0600 Subject: [PATCH] should work --- .github/workflows/sensemaker-cron.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sensemaker-cron.yml b/.github/workflows/sensemaker-cron.yml index 97422339c..1166a2402 100644 --- a/.github/workflows/sensemaker-cron.yml +++ b/.github/workflows/sensemaker-cron.yml @@ -47,12 +47,12 @@ jobs: run: ls -l sensemaking-tools/ - name: Generate Summary Output - # run: | - # npx ts-node runner-cli/runner.ts --outputFile "summary" \ - # --vertexProject "jigsaw-vertex-integration" \ - # --inputFile "data/comment-groups.csv" run: | - echo "test" > summary.html + npx ts-node runner-cli/runner.ts --outputFile "summary" \ + --vertexProject "jigsaw-vertex-integration" \ + --inputFile "data/comment-groups.csv" + # run: | + # echo "test" > summary.html working-directory: sensemaking-tools - name: Upload HTML as Artifact