blob: 8334661cb0c27c3e09d172f80d3c2288476b670e [file] [log] [blame]
Ankush Menatdfda5ad2024-01-25 14:18:27 +05301# Tests are skipped for these files but github doesn't allow "passing" hence this is required.
2
3name: Skipped Tests
4
5on:
6 pull_request:
7 paths:
8 - "**.js"
9 - "**.css"
10 - "**.md"
11 - "**.html"
12
13jobs:
14 test:
15 runs-on: ubuntu-latest
16 strategy:
17 matrix:
18 container: [1, 2, 3, 4]
19
20 name: Python Unit Tests
21
22 steps:
23 - name: Pass skipped tests unconditionally
24 run: "echo Skipped"