diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml new file mode 100644 index 0000000..0d2ce54 --- /dev/null +++ b/.github/workflows/php.yml @@ -0,0 +1,20 @@ +name: CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Run test suite + run: | + echo Running the tests of bibtexbrowser + curl -L -o reflectivedoc.php https://www.monperrus.net/martin/reflectivedoc.php.txt + phpunit BibtexbrowserTest.php