Skip to content

Commit 0c2049f

Browse files
CI/CD testing
1 parent 5e31788 commit 0c2049f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: "Workflow test user input"
88
type: string
99
required: true
10-
default: "test input value"
10+
default: "test input default value"
1111

1212
env:
1313
PYTHON_VERSION: "3.13"

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
@nox.session(python=_ALL_PYTHON)
1313
def pytest(session):
14+
# Force a test for pipeline testing
15+
assert False
1416
session.install("-e", ".[test]")
1517

1618
options = session.posargs

0 commit comments

Comments
 (0)