Skip to content

Commit f773b89

Browse files
authored
feat: NX based Unit Testing (#31)
1 parent 631315d commit f773b89

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Unit Tests
2+
run-name: ${{ github.actor }} is running Unit Tests
3+
on:
4+
pull_request:
5+
branches:
6+
- 2.4-develop
7+
8+
permissions:
9+
contents: write
10+
11+
jobs:
12+
run-unit-tests:
13+
uses: mage-os/infrastructure/.github/workflows/unit-tests.yml@main

supported-services.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"services": {
3+
"php": [
4+
8.1,
5+
8.2
6+
]
7+
}
8+
}

0 commit comments

Comments
 (0)