We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9441d8b commit 354e8a0Copy full SHA for 354e8a0
2 files changed
.github/workflows/integration-tests.yaml
@@ -6,10 +6,13 @@ on:
6
paths-ignore:
7
- php/sqlcommenter-php/packages/sqlcommenter-laravel/**
8
- php/sqlcommenter-php/samples/sqlcommenter-laravel/**
9
+ - python/sqlcommenter-python/**
10
pull_request:
11
12
13
14
15
+
16
jobs:
17
integrationtests:
18
runs-on: ubuntu-latest
.github/workflows/unit-tests.yaml
@@ -1,4 +1,5 @@
1
name: Unit Tests
2
3
on:
4
push:
5
branches:
@@ -12,6 +13,7 @@ on:
- python/sqlcommenter-python/**
unittests:
19
0 commit comments