File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,18 @@ jobs:
18
18
steps :
19
19
- name : Checkout Repos
20
20
uses : actions/checkout@v4
21
+ with :
22
+ token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
23
+ fetch-depth : 0
24
+ ref : DOP-5399-CB
25
+
26
+ - name : Verify Branch Checkout
27
+ run : |
28
+ git branch --show-current # Print the current branch
21
29
22
30
- name : Install Wget
23
31
run : sudo apt-get update && sudo apt-get install -y wget
24
32
25
- - name : Clone Docs Java
26
- run : git clone --branch DOP-5399-CB https://github.com/mongodb/docs-java.git cloned-docs-java-repo
27
-
28
33
- name : Clone Osiris
29
34
run : git clone https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/10gen/osiris.git cloned-osiris-repo
30
35
33
38
run : |
34
39
cd cloned-osiris-repo
35
40
npm ci
36
- COVERAGE_OUTPUT=$(npm run dev -- -c "$GITHUB_WORKSPACE/cloned-docs-java-repo " -v --sp 95)
41
+ COVERAGE_OUTPUT=$(npm run dev -- -c "$GITHUB_WORKSPACE" -v --sp 95)
37
42
38
43
REQUIRED_COVERAGE=100.0
39
44
You can’t perform that action at this time.
0 commit comments