File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 44 # Run on each commit.
55 push :
66
7+ # Run on pull requests.
8+ pull_request :
9+ branches :
10+ - develop
11+
712 # NOTE: We run the test daily, even if we don't push anything, to ensure
813 # that the tests are still passing, despite potential changes in the github
914 # dependencies.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def test_apio_info(apio_runner: ApioRunner):
4848 assert result .exit_code == 0 , result .output
4949 assert result .output != cunstyle (result .output ) # Colored
5050 assert "NO-COLORS" in result .output
51- assert "\x1b [1;38;5;88mapio .cmd_name\x1b [0m" in result .output
51+ assert "apio .cmd_name\x1b [0m" in result .output
5252
5353 # -- Execute "apio info system". It should not emit colors.
5454 result = sb .invoke_apio_cmd (apio , ["info" , "system" ])
You can’t perform that action at this time.
0 commit comments