Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #54

Merged
merged 3 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Python application

on:
push:
branches: [ master ]
branches:
- '*'
pull_request:
branches: [ master ]

Expand Down
2 changes: 1 addition & 1 deletion integration/event.npf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ echo "RESULT-Y 1"
%script waitfor=test autokill=false
echo "RESULT-X 1"

%script waitfor=test autokill=false
%script waitfor=test autokill=false delay=0.5
echo "RESULT-Z 1"
15 changes: 15 additions & 0 deletions integration/event.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,23 @@ Executing test event.npf
Event test
Executing init scripts...
[run 1/3 for test 1/1]
[0] RESULT-Y 1
[0] EVENT tost
[0] EVENT test
[0] RESULT-X 1
[0] RESULT-Z 1
[run 2/3 for test 1/1]
[0] RESULT-Y 1
[0] EVENT tost
[0] EVENT test
[0] RESULT-X 1
[0] RESULT-Z 1
[run 3/3 for test 1/1]
[0] RESULT-Y 1
[0] EVENT tost
[0] EVENT test
[0] RESULT-X 1
[0] RESULT-Z 1
X: [1.0, 1.0, 1.0], Y: [1.0, 1.0, 1.0], Z: [1.0, 1.0, 1.0]
Graph of test written to results/click-2022/9197a59/event-X.pdf
Graph of test written to results/click-2022/9197a59/event-Y.pdf
Expand Down
570 changes: 570 additions & 0 deletions integration/experimental.stdout

Large diffs are not rendered by default.

Loading
Loading