mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 12:56:26 +00:00
Temporarily disable the python_tests which are really civetserver tests during implementation of issue #1188
This commit is contained in:
parent
f377c36234
commit
6865501781
6
.github/workflows/python_tests_32.yml
vendored
6
.github/workflows/python_tests_32.yml
vendored
@ -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:
|
||||
|
8
.github/workflows/python_tests_linux.yml
vendored
8
.github/workflows/python_tests_linux.yml
vendored
@ -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 }}"
|
||||
|
8
.github/workflows/python_tests_macos.yml
vendored
8
.github/workflows/python_tests_macos.yml
vendored
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user