From fbbf95f8a4085d81157ae0df58506b92e4a40b58 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Mon, 17 Mar 2025 08:05:25 +0100 Subject: [PATCH] @monperrus at work --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 0d2ce54..c4a1891 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,5 +16,5 @@ jobs: - name: Run test suite run: | 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