Skip to content

Merge pull request #2 from kennyth01/feat/fact-to-fact-comparison #11

Merge pull request #2 from kennyth01/feat/fact-to-fact-comparison

Merge pull request #2 from kennyth01/feat/fact-to-fact-comparison #11

Workflow file for this run

name: Run tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2' # Adjust the PHP version as needed
- name: Install dependencies
run: composer install
- name: Run tests
run: composer run-script test