Fix the customer appointment link so that it opens the modal even in … #531
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [ push ] | |
jobs: | |
build-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git clone | |
uses: actions/checkout@v2 | |
- name: Install dependencies | |
uses: php-actions/composer@v6 | |
with: | |
php_version: 8.3 | |
php_extensions: gd | |
version: 2 | |
- name: PHPUnit Tests | |
uses: php-actions/phpunit@v4 | |
env: | |
TEST_NAME: Test | |
with: | |
configuration: phpunit.xml |