Skip to content

Commit 5148c25

Browse files
committed
ci: Test token with curl
1 parent f06afff commit 5148c25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/phpunit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: Composer install
4444
run: composer install --optimize-autoloader --prefer-dist --ignore-platform-reqs
4545

46+
- run: curl https://ipinfo.io/json?token=${{ secrets.IPINFO_TOKEN }}
47+
4648
- name: Run test suite
4749
env:
4850
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}

0 commit comments

Comments
 (0)