Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iYingg committed Dec 16, 2024
1 parent 7a18a5d commit 3ed2ed1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
with:
script: |
const { pull_request } = context.payload;
# 从 time_taken.txt 文件中读取 comment
const fs = require('fs');
const timeTaken = fs.readFileSync('ComfyUI/custom_nodes/BizyAir/time_taken.txt', 'utf8');
const comment = `The time taken by running the examples on Linux: \n${timeTaken}`;
Expand Down

0 comments on commit 3ed2ed1

Please sign in to comment.