Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG committed May 13, 2024
1 parent f6a2dcf commit 58917a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
php index.php please_assign_me.json
sleep 2
- name: Run test (please_unassign_me.json)
run: |
php index.php please_unassign_me.json
sleep 2
- name: Run test (pr.json)
run: |
php index.php pr.json
Expand Down

0 comments on commit 58917a7

Please sign in to comment.