Skip to content

Commit d9190f3

Browse files
committed
better defaults
1 parent 5c558b2 commit d9190f3

4 files changed

Lines changed: 0 additions & 48 deletions

File tree

.github/workflows/_checks-expo.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@ on:
5858
required: false
5959
type: string
6060
default: "ubuntu:24.04"
61-
enable_mirrors:
62-
description: "Enable Ubuntu mirror configuration for faster downloads"
63-
required: false
64-
type: boolean
65-
default: true
66-
mirror_url:
67-
description: "Ubuntu mirror URL (e.g., https://mirror.init7.net/ubuntu/)"
68-
required: false
69-
type: string
70-
default: "https://mirror.init7.net/ubuntu/"
7161
test_command:
7262
description: "Test command to run from package.json"
7363
required: false
@@ -125,8 +115,6 @@ jobs:
125115
- name: Setup Ubuntu packages
126116
uses: zondax/_actions/setup-ubuntu-packages@main
127117
with:
128-
enable_mirrors: ${{ inputs.enable_mirrors }}
129-
mirror_url: ${{ inputs.mirror_url }}
130118
packages: |
131119
- git
132120
- unzip

.github/workflows/_checks-playwright.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ on:
3131
type: boolean
3232
required: false
3333
default: true
34-
enable_mirrors:
35-
description: "Enable Ubuntu mirror configuration for faster downloads"
36-
required: false
37-
type: boolean
38-
default: true
39-
mirror_url:
40-
description: "Ubuntu mirror URL (e.g., https://mirror.init7.net/ubuntu/)"
41-
required: false
42-
type: string
43-
default: "https://mirror.init7.net/ubuntu/"
4434
checkout_submodules:
4535
description: "Checkout submodules"
4636
required: false
@@ -107,8 +97,6 @@ jobs:
10797
- name: Setup Ubuntu packages
10898
uses: zondax/_actions/setup-ubuntu-packages@main
10999
with:
110-
enable_mirrors: ${{ inputs.enable_mirrors }}
111-
mirror_url: ${{ inputs.mirror_url }}
112100
packages: |
113101
- jq
114102
- libnss3

.github/workflows/_checks-rs.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ on:
4848
required: false
4949
type: string
5050
default: "ubuntu:24.04"
51-
enable_mirrors:
52-
description: "Enable Ubuntu mirror configuration for faster downloads"
53-
required: false
54-
type: boolean
55-
default: true
56-
mirror_url:
57-
description: "Ubuntu mirror URL (e.g., https://mirror.init7.net/ubuntu/)"
58-
required: false
59-
type: string
60-
default: "https://mirror.init7.net/ubuntu/"
6151
package_path:
6252
description: "Path to the Rust package relative to the repository root"
6353
required: false
@@ -198,8 +188,6 @@ jobs:
198188
- name: Setup Ubuntu packages
199189
uses: zondax/_actions/setup-ubuntu-packages@main
200190
with:
201-
enable_mirrors: ${{ inputs.enable_mirrors }}
202-
mirror_url: ${{ inputs.mirror_url }}
203191
packages: |
204192
- git
205193
- curl

.github/workflows/_checks-ts.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,6 @@ on:
5353
required: false
5454
type: string
5555
default: "ubuntu:24.04"
56-
enable_mirrors:
57-
description: "Enable Ubuntu mirror configuration for faster downloads"
58-
required: true
59-
type: boolean
60-
default: true
61-
mirror_url:
62-
description: "Ubuntu mirror URL (e.g., https://mirror.init7.net/ubuntu/)"
63-
required: false
64-
type: string
65-
default: "https://mirror.init7.net/ubuntu/"
6656
test_command:
6757
description: "Test command to run from package.json"
6858
required: false
@@ -138,8 +128,6 @@ jobs:
138128
- name: Setup Ubuntu packages
139129
uses: zondax/_actions/setup-ubuntu-packages@main
140130
with:
141-
enable_mirrors: ${{ inputs.enable_mirrors }}
142-
mirror_url: ${{ inputs.mirror_url }}
143131
packages: |
144132
- git
145133
- unzip

0 commit comments

Comments
 (0)