File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 6
6
tags : ['v*']
7
7
pull_request :
8
8
9
+ permissions :
10
+ pull-requests : write
11
+
9
12
env :
10
13
TERM : xterm
11
14
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION : true
15
18
DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
16
19
17
20
jobs :
18
-
19
21
version :
20
-
21
22
runs-on : ubuntu-latest
22
23
timeout-minutes : 30
23
24
outputs :
24
25
version : ${{ steps.version.outputs.version }}
25
26
26
27
steps :
27
-
28
28
- name : Checkout
29
29
uses : actions/checkout@v4
30
30
with :
@@ -50,12 +50,10 @@ jobs:
50
50
echo "### $version" >> $GITHUB_STEP_SUMMARY
51
51
52
52
test-api :
53
-
54
53
runs-on : ubuntu-latest
55
54
timeout-minutes : 30
56
55
57
56
steps :
58
-
59
57
- name : Checkout
60
58
uses : actions/checkout@v4
61
59
with :
@@ -113,15 +111,13 @@ jobs:
113
111
run : cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
114
112
115
113
test-client :
116
-
117
114
runs-on : ubuntu-latest
118
115
timeout-minutes : 30
119
116
defaults :
120
117
run :
121
118
working-directory : src/Exceptionless.Web/ClientApp
122
119
123
120
steps :
124
-
125
121
- name : Checkout
126
122
uses : actions/checkout@v4
127
123
with :
@@ -159,15 +155,13 @@ jobs:
159
155
run : echo "npm run test:integration"
160
156
161
157
build-and-push-docker :
162
-
163
158
runs-on : ubuntu-latest
164
159
needs : [version]
165
160
timeout-minutes : 30
166
161
env :
167
162
VERSION : ${{needs.version.outputs.version}}
168
163
169
164
steps :
170
-
171
165
- name : Checkout
172
166
uses : actions/checkout@v4
173
167
with :
@@ -266,7 +260,6 @@ jobs:
266
260
VERSION : ${{needs.version.outputs.version}}
267
261
268
262
steps :
269
-
270
263
- name : Checkout
271
264
uses : actions/checkout@v4
272
265
with :
You can’t perform that action at this time.
0 commit comments