Temporarily disable the python_tests which are really civetserver tests during implementation of issue #1188

This commit is contained in:
Penn, John M 047828115 2021-09-13 17:46:56 -05:00
parent f377c36234
commit 6865501781
3 changed files with 20 additions and 2 deletions

View File

@ -2,11 +2,17 @@ name: Python Tests 32-bit
on:
push:
# Temporarily disable all tests for Issue #1188.
branches-ignore:
- '**'
paths-ignore:
- 'docs/**'
- '.github/workflows/**'
- '!.github/workflows/python_tests_32.yml'
pull_request:
# Temporarily disable all tests for Issue #1188.
branches-ignore:
- '**'
jobs:
trick_32bit:

View File

@ -2,11 +2,17 @@ name: Python Tests Linux
on:
push:
# Temporarily disable all tests for Issue #1188.
branches-ignore:
- '**'
paths-ignore:
- 'docs/**'
- '.github/workflows/**'
- '!.github/workflows/python_tests_linux.yml'
pull_request:
# Temporarily disable all tests for Issue #1188.
branches-ignore:
- '**'
jobs:
build:
@ -183,4 +189,4 @@ jobs:
. .venv/bin/activate
./run_tests.py
env:
TRICK_HOME: "${{ github.workspace }}"
TRICK_HOME: "${{ github.workspace }}"

View File

@ -2,11 +2,17 @@ name: Python Tests MacOS
on:
push:
# Temporarily disable all tests for Issue #1188.
branches-ignore:
- '**'
paths-ignore:
- 'docs/**'
- '.github/workflows/**'
- '!.github/workflows/python_tests_macos.yml'
pull_request:
# Temporarily disable all tests for Issue #1188.
branches-ignore:
- '**'
jobs:
macOS:
@ -50,4 +56,4 @@ jobs:
. .venv/bin/activate
./run_tests.py
env:
TRICK_HOME: "${{ github.workspace }}"
TRICK_HOME: "${{ github.workspace }}"