Skip to content

Commit

Permalink
Fix all tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Dec 3, 2024
1 parent bf035ef commit 1920380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flakeguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ jobs:
script: |
const fs = require('fs');
const prNumber = context.payload.pull_request.number;
const commentBody = fs.readFileSync('../all_tests.md', 'utf8');
const commentBody = fs.readFileSync('all_tests.md', 'utf8');
await github.rest.issues.createComment({
owner: context.repo.owner,
Expand Down

0 comments on commit 1920380

Please sign in to comment.