Skip to content

Commit 9df2555

Browse files
authored
Merge pull request mikehaertl#340 from LibreSign/chore/update-unit-test-job
chore: update unit test job
2 parents e9e8873 + 67b2d1f commit 9df2555

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tests.yml renamed to .github/workflows/phpunit.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
name: Tests
1+
name: PHPUnit
22
on: pull_request
3+
4+
permissions:
5+
contents: read
6+
7+
concurrency:
8+
group: phpunit-sqlite-${{ github.head_ref || github.run_id }}
9+
cancel-in-progress: true
10+
311
jobs:
412
phpunit:
513
name: PHP ${{ matrix.php }}

0 commit comments

Comments
 (0)