File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 36
36
# npm run format
37
37
38
38
build :
39
- runs-on : ubuntu-latest
39
+ runs-on :
40
+ - codebuild-fabisev-nodejs-test-${{ github.run_id }}-${{ github.run_attempt }}
40
41
# Removed dependency on lint job
41
42
outputs :
42
43
version : ${{ steps.version.outputs.version }}
88
89
retention-days : 30
89
90
90
91
test :
91
- runs-on : ubuntu-latest
92
+ runs-on :
93
+ - codebuild-fabisev-nodejs-test-${{ github.run_id }}-${{ github.run_attempt }}
92
94
needs : [build]
93
95
strategy :
94
96
matrix :
@@ -103,7 +105,8 @@ jobs:
103
105
104
106
publish :
105
107
if : startsWith(github.ref, 'refs/tags/')
106
- runs-on : ubuntu-latest
108
+ runs-on :
109
+ - codebuild-fabisev-nodejs-test-${{ github.run_id }}-${{ github.run_attempt }}
107
110
needs : [build, test]
108
111
permissions :
109
112
contents : write
@@ -184,7 +187,8 @@ jobs:
184
187
185
188
test-publish :
186
189
if : (github.event_name == 'workflow_dispatch' && github.event.inputs.test_mode != 'none') || github.ref == 'refs/heads/fabisev/artifact-publishing'
187
- runs-on : ubuntu-latest
190
+ runs-on :
191
+ - codebuild-fabisev-nodejs-test-${{ github.run_id }}-${{ github.run_attempt }}
188
192
needs : [build, test]
189
193
steps :
190
194
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments