Skip to content

Commit 354e8a0

Browse files
committed
Test paths build
1 parent 9441d8b commit 354e8a0

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/integration-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ on:
66
paths-ignore:
77
- php/sqlcommenter-php/packages/sqlcommenter-laravel/**
88
- php/sqlcommenter-php/samples/sqlcommenter-laravel/**
9+
- python/sqlcommenter-python/**
910
pull_request:
1011
paths-ignore:
1112
- php/sqlcommenter-php/packages/sqlcommenter-laravel/**
1213
- php/sqlcommenter-php/samples/sqlcommenter-laravel/**
14+
- python/sqlcommenter-python/**
15+
1316
jobs:
1417
integrationtests:
1518
runs-on: ubuntu-latest

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Unit Tests
2+
23
on:
34
push:
45
branches:
@@ -12,6 +13,7 @@ on:
1213
- php/sqlcommenter-php/packages/sqlcommenter-laravel/**
1314
- php/sqlcommenter-php/samples/sqlcommenter-laravel/**
1415
- python/sqlcommenter-python/**
16+
1517
jobs:
1618
unittests:
1719
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)