Skip to content

Commit

Permalink
faster testing haclk
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Dec 21, 2024
1 parent b106967 commit 2724e8d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/sensemaker-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ 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: |
# npx ts-node runner-cli/runner.ts --outputFile "summary" \
# --vertexProject "jigsaw-vertex-integration" \
# --inputFile "data/comment-groups.csv"
run: touch summary.html
working-directory: sensemaking-tools

- name: Upload HTML as Artifact
Expand Down

0 comments on commit 2724e8d

Please sign in to comment.