Skip to content

Commit

Permalink
feat: NX based Unit Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzero1 authored Aug 1, 2023
1 parent 631315d commit c9cb9c8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Unit Tests
run-name: ${{ github.actor }} is running Unit Tests
on:
pull_request:
branches:
- 2.4-develop

permissions:
contents: write

jobs:
run-unit-tests:
uses: mage-os/infrastructure/.github/workflows/unit-tests.yml@main
8 changes: 8 additions & 0 deletions supported-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"services": {
"php": [
8.1,
8.2
]
}
}

0 comments on commit c9cb9c8

Please sign in to comment.