File tree Expand file tree Collapse file tree 2 files changed +20
-14
lines changed Expand file tree Collapse file tree 2 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 11name : App Tests
22
33on :
4- push :
5- branches : [ main ]
6- paths-ignore :
7- - " **.md"
8- - " .azdo/**"
9- - " .devcontainer/**"
10- - " .github/**"
11- pull_request :
12- branches : [ main ]
13- paths-ignore :
14- - " **.md"
15- - " .azdo/**"
16- - " .devcontainer/**"
17- - " .github/**"
4+ # push:
5+ # branches: [ main ]
6+ # paths-ignore:
7+ # - "**.md"
8+ # - ".azdo/**"
9+ # - ".devcontainer/**"
10+ # - ".github/**"
11+ # pull_request:
12+ # branches: [ main ]
13+ # paths-ignore:
14+ # - "**.md"
15+ # - ".azdo/**"
16+ # - ".devcontainer/**"
17+ # - ".github/**"
1818 workflow_dispatch :
1919
2020permissions :
Original file line number Diff line number Diff line change @@ -126,6 +126,12 @@ jobs:
126126 name : server_logs
127127 path : ./serverlogs.out
128128
129+ - name : Upload server error logs as build artifact
130+ uses : actions/upload-artifact@v4
131+ with :
132+ name : server_error_logs
133+ path : ./serverlogs.err
134+
129135 - name : Upload eval results as build artifact
130136 uses : actions/upload-artifact@v4
131137 with :
You can’t perform that action at this time.
0 commit comments