We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e81b59 commit 7eb7443Copy full SHA for 7eb7443
.github/workflows/test-install.yml
@@ -9,19 +9,15 @@ env:
9
BIN_PATH: ${{ github.workspace }}/bin
10
INIT_ARGS: >
11
--apply
12
- --depth 1
13
- --exclude=encrypted
14
- --exclude=externals
15
- --exclude=scripts
+ --depth=1
+ --exclude='encrypted,externals,scripts'
16
--promptDefaults
17
--no-tty
18
--color=false
19
- --verbose
20
DOCTOR_ARGS: >
21
--keep-going
22
23
24
25
26
jobs:
27
test:
0 commit comments