Skip to content

add tests with copilot #2

add tests with copilot

add tests with copilot #2

Workflow file for this run

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