Ankush Menat | dfda5ad | 2024-01-25 14:18:27 +0530 | [diff] [blame] | 1 | # Tests are skipped for these files but github doesn't allow "passing" hence this is required. |
2 | |||||
3 | name: Skipped Tests | ||||
4 | |||||
5 | on: | ||||
6 | pull_request: | ||||
7 | paths: | ||||
8 | - "**.js" | ||||
9 | - "**.css" | ||||
10 | - "**.md" | ||||
11 | - "**.html" | ||||
12 | |||||
13 | jobs: | ||||
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" |