File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ permissions:
4242jobs :
4343 sandbox-set-up :
4444 name : " Sandbox set up"
45- runs-on : ubuntu-latest
45+ runs-on : ubuntu-22.04
4646 environment : dev
4747 timeout-minutes : 15
4848 steps :
6666 path : sandbox_tf_outputs.json
6767 test-security :
6868 name : " Security test"
69- runs-on : ubuntu-latest
69+ runs-on : ubuntu-22.04
7070 needs : [sandbox-set-up]
7171 timeout-minutes : 10
7272 steps :
8080 echo "Nothing to save"
8181 test-accessibility :
8282 name : " Accessibility test"
83- runs-on : ubuntu-latest
83+ runs-on : ubuntu-22.04
8484 needs : [sandbox-set-up]
8585 environment : dev
8686 env :
@@ -116,7 +116,7 @@ jobs:
116116 path : " .reports/accessibility"
117117 test-ui-component :
118118 name : " UI Component test"
119- runs-on : ubuntu-latest
119+ runs-on : ubuntu-22.04
120120 needs : [sandbox-set-up]
121121 environment : dev
122122 env :
@@ -157,7 +157,7 @@ jobs:
157157 sandbox-tear-down :
158158 name : " Sandbox tear down"
159159 if : success() || failure()
160- runs-on : ubuntu-latest
160+ runs-on : ubuntu-22.04
161161 needs : [test-accessibility, test-ui-component]
162162 environment : dev
163163 steps :
You can’t perform that action at this time.
0 commit comments