File tree Expand file tree Collapse file tree 6 files changed +0
-34
lines changed
Expand file tree Collapse file tree 6 files changed +0
-34
lines changed Original file line number Diff line number Diff line change 1111 type : string
1212 default : all
1313 description : The test suite to run
14- secrets :
15- DOCKER_USERNAME :
16- required : true
17- DOCKER_PASSWORD :
18- required : true
19- AWS_ACCESS_KEY_ID :
20- required : true
21- AWS_SECRET_ACCESS_KEY :
22- required : true
2314
2415jobs :
2516 e2e-self-hosted :
2617 uses : standardnotes/server/.github/workflows/e2e-self-hosted.yml@main
2718 with :
2819 snjs_image_tag : ${{ inputs.snjs_image_tag }}
2920 suite : ${{ inputs.suite }}
30- secrets : inherit
3121
3222 e2e-home-server :
3323 uses : standardnotes/server/.github/workflows/e2e-home-server.yml@main
3424 with :
3525 snjs_image_tag : ${{ inputs.snjs_image_tag }}
3626 suite : ${{ inputs.suite }}
37- secrets : inherit
Original file line number Diff line number Diff line change 1111 type : string
1212 default : all
1313 description : The test suite to run
14- secrets :
15- DOCKER_USERNAME :
16- required : true
17- DOCKER_PASSWORD :
18- required : true
19- AWS_ACCESS_KEY_ID :
20- required : true
21- AWS_SECRET_ACCESS_KEY :
22- required : true
2314
2415jobs :
2516 e2e-home-server :
Original file line number Diff line number Diff line change 1111 type : string
1212 default : all
1313 description : The test suite to run
14- secrets :
15- DOCKER_USERNAME :
16- required : true
17- DOCKER_PASSWORD :
18- required : true
19- AWS_ACCESS_KEY_ID :
20- required : true
21- AWS_SECRET_ACCESS_KEY :
22- required : true
2314
2415jobs :
2516 e2e :
Original file line number Diff line number Diff line change 3131 with :
3232 snjs_image_tag : ${{ inputs.snjs_image_tag || 'latest' }}
3333 suite : ${{ inputs.suite || 'all' }}
34- secrets : inherit
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ jobs:
102102 with :
103103 snjs_image_tag : ' latest'
104104 suite : ' base'
105- secrets : inherit
106105
107106 # e2e-vaults:
108107 # needs: build
@@ -111,4 +110,3 @@ jobs:
111110 # with:
112111 # snjs_image_tag: 'latest'
113112 # suite: 'vaults'
114- # secrets: inherit
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ jobs:
102102 with :
103103 snjs_image_tag : ' latest'
104104 suite : ' base'
105- secrets : inherit
106105
107106 # e2e-vaults:
108107 # needs: build
@@ -111,7 +110,6 @@ jobs:
111110 # with:
112111 # snjs_image_tag: 'latest'
113112 # suite: 'vaults'
114- # secrets: inherit
115113
116114 publish-self-hosting :
117115 needs : [ test, lint, e2e-base ]
You can’t perform that action at this time.
0 commit comments