We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06afff commit 5148c25Copy full SHA for 5148c25
.github/workflows/phpunit.yaml
@@ -43,6 +43,8 @@ jobs:
43
- name: Composer install
44
run: composer install --optimize-autoloader --prefer-dist --ignore-platform-reqs
45
46
+ - run: curl https://ipinfo.io/json?token=${{ secrets.IPINFO_TOKEN }}
47
+
48
- name: Run test suite
49
env:
50
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}
0 commit comments