File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed
brave/src/test/java/brave/sampler Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 32
32
# Prevent use of implicit GitHub Actions read-only token GITHUB_TOKEN.
33
33
# We push Javadocs to the gh-pages branch on commit.
34
34
token : ${{ secrets.GH_TOKEN }}
35
- fetch-depth : 0 # allow build-bin/idl_to_gh_pages to get the full history
35
+ fetch-depth : 0 # build-bin/javadoc_to_gh_pages checks out gh-pages
36
36
- name : Setup java
37
37
uses : actions/setup-java@v4
38
38
with :
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- name : Checkout Repository
24
24
uses : actions/checkout@v4
25
- with :
26
- fetch-depth : 0 # full git history for license check
27
25
- name : Setup java
28
26
uses : actions/setup-java@v4
29
27
with :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class BoundarySamplerTest extends SamplerTest {
15
15
}
16
16
17
17
@ Override Percentage expectedErrorProbability () {
18
- return withPercentage (10 );
18
+ return withPercentage (11 );
19
19
}
20
20
21
21
@ Test void acceptsOneInTenThousandProbability () {
Original file line number Diff line number Diff line change 72
72
steps :
73
73
- name : Checkout Repository
74
74
uses : actions/checkout@v4
75
- with :
76
- fetch-depth : 0 # full git history for license check
77
75
- name : Test
78
76
run : |
79
77
build-bin/configure_test
@@ -114,8 +112,6 @@ jobs:
114
112
steps:
115
113
- name: Checkout Repository
116
114
uses: actions/checkout@v4
117
- with:
118
- fetch-depth: 1 # only needed to get the sha label
119
115
- name: Configure Deploy
120
116
run: build-bin/configure_deploy
121
117
env:
You can’t perform that action at this time.
0 commit comments