Skip to content

Merge pull request #1872 from hydephp/fix-realtime-compiler-subdirect… #59

Merge pull request #1872 from hydephp/fix-realtime-compiler-subdirect…

Merge pull request #1872 from hydephp/fix-realtime-compiler-subdirect… #59

Workflow file for this run

name: Run tests
on:
push:
permissions:
contents: read
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: composer install
- name: Set up test runner
run: php -r 'require_once __DIR__."/vendor/autoload.php"; \Hyde\RealtimeCompiler\Tests\Integration\IntegrationTestCase::setUpTestRunner();'
- name: Run tests with PHPUnit
run: vendor/bin/phpunit --colors=always