Skip to content

Commit

Permalink
Run tests against Windows on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed May 17, 2024
1 parent 6114b0b commit 2a71d4d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 124 deletions.
122 changes: 0 additions & 122 deletions .github/workflows/push.yml

This file was deleted.

17 changes: 15 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
name: Windows Testing

on:
workflow_dispatch
push:
branches-ignore:
- master
- main
- MOODLE_[0-9]+_STABLE
tags-ignore:
- v[0-9]+.[0-9]+.[0-9]+*
workflow_dispatch:
inputs:
phpunit_extra_options:
description: Additional options to apply to PHPUnit
required: false
default: ''

env:
php: 8.1

Expand Down Expand Up @@ -141,4 +154,4 @@ jobs:
env:
dbtype: ${{ matrix.db }}
phpunit_options: ${{ secrets.phpunit_options }}
run: vendor/bin/phpunit $phpunit_options
run: vendor/bin/phpunit $phpunit_options ${{ inputs.phpunit_extra_options }}

0 comments on commit 2a71d4d

Please sign in to comment.