Skip to content

Commit

Permalink
Add unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutsNL committed Nov 14, 2023
1 parent 0c6476d commit 906f2b3
Show file tree
Hide file tree
Showing 5 changed files with 2,356 additions and 42 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- uses: php-action/composer@v6
- run: echo "Composer dependancies have been installed"
- run: vendor/bin/phpunit
39 changes: 0 additions & 39 deletions .github/workflows/phpComposer.yml

This file was deleted.

7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"name": "donutsnl/ticketfilter",
"description": "Searches for foreign identifiers and merge tickets using these identifiers",
"license": "GPL-3.0-or-later",
"require": {
},
"authors": [
{
"name": "Chris Gralike",
"email": "[email protected]",
"homepage": "https://github.com/DonutsNL/",
"role": "Developer"
}
]
],
"require-dev": {
"symfony/test-pack": "^1.1"
}
}
Loading

0 comments on commit 906f2b3

Please sign in to comment.