Skip to content

Commit

Permalink
Switch to action-test-php for test
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jul 16, 2024
1 parent 6b2baf4 commit bb30571
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

name: CI

on:
pull_request:
branches:
- main
types: [opened, synchronize, reopened, ready_for_review]

jobs:
php-tests:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v4

- name: Run PHP Tests in src directory
uses: alleyinteractive/action-test-php@develop
11 changes: 0 additions & 11 deletions .github/workflows/coding-standards.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/unit-test.yml

This file was deleted.

0 comments on commit bb30571

Please sign in to comment.