Skip to content

Commit

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

- name: Upload HTML as Artifact
Expand Down

0 comments on commit ca3aa6c

Please sign in to comment.