Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG committed Oct 31, 2023
1 parent faaa60f commit d2ee070
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 494 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,20 @@ jobs:
php index.php pr.json
sleep 2
- name: Run test (reject_pr.json)
- name: Run test (pr_reject.json)
run: |
php index.php reject_pr.json
php index.php pr_reject.json
sleep 2
- name: Run test (accept_pr.json)
- name: Run test (pr_accept.json)
run: |
php index.php accept_pr.json
php index.php pr_accept.json
sleep 2
- name: Run test (pr_merged.json)
run: |
php index.php pr_merged.json
sleep 2
- name: Remove config.php
run: rm config.php
Loading

0 comments on commit d2ee070

Please sign in to comment.