Skip to content

Commit

Permalink
tests: Move
Browse files Browse the repository at this point in the history
  • Loading branch information
jawira committed Jan 27, 2024
1 parent 7f0a2b7 commit a909e50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 42 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/phpunit.yaml

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quality assurance
name: Tests

on:
pull_request:
Expand Down Expand Up @@ -45,3 +45,11 @@ jobs:

- name: phpstan:analyze
run: bin/phing phpstan:analyze

- uses: isbang/[email protected]
with:
compose-file: "./compose.yaml"
down-flags: "--volumes"

- name: phpunit:run
run: bin/phing phpunit:run
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Latest Stable Version](http://poser.pugx.org/jawira/db-draw/v)](https://packagist.org/packages/jawira/db-draw)
[![PHP Version Require](http://poser.pugx.org/jawira/db-draw/require/php)](https://packagist.org/packages/jawira/db-draw)
[![License](http://poser.pugx.org/jawira/db-draw/license)](https://packagist.org/packages/jawira/db-draw)
![Github Actions](https://github.com/jawira/db-draw/actions/workflows/qa.yaml/badge.svg)

## Installing

Expand Down

0 comments on commit a909e50

Please sign in to comment.