Browse Source

@monperrus at work

master latest
Martin Monperrus 4 months ago
parent
commit
fbbf95f8a4
No known key found for this signature in database GPG Key ID: 7D398AD45AEEEC93
  1. 2
      .github/workflows/php.yml

2
.github/workflows/php.yml

@ -16,5 +16,5 @@ jobs:
- name: Run test suite - name: Run test suite
run: | run: |
echo Running the tests of bibtexbrowser echo Running the tests of bibtexbrowser
curl -L -o reflectivedoc.php https://www.monperrus.net/martin/reflectivedoc.php.txt
curl -L -o reflectivedoc.php "https://www.monperrus.net/martin/pp4php.php?pp4php_source=reflectivedoc.php"
phpunit BibtexbrowserTest.php phpunit BibtexbrowserTest.php
Loading…
Cancel
Save