Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 9, 2023
1 parent 6b06557 commit 87a5250
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
- 'composer:2.4'
- 'composer'
steps:
- name: Check rate limit
run: gh api rate_limit

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/requirement-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ jobs:
- command: _test_e2e_fail_conflict
docker-image: ghcr.io/box-project/box_php81
steps:
- name: Check rate limit
run: gh api rate_limit

- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 87a5250

Please sign in to comment.