Skip to content

Update AdSense tests for new metrics and viewability format #63

Update AdSense tests for new metrics and viewability format

Update AdSense tests for new metrics and viewability format #63

Workflow file for this run

name: tests
on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
permissions:
contents: read
id-token: write
jobs:
ci:
runs-on: ubuntu-latest
environment: Testing
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
coverage: xdebug
- name: Install Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader
- name: Copy Environment File
run: cp .env.example .env
- name: Generate Application Key
run: php artisan key:generate
- name: Run Tests
run: php artisan test
- name: Code Coverage
uses: qltysh/qlty-action/coverage@v1
with:
oidc: true
files: build/logs/clover.xml