Skip to content

Commit 26d2397

Browse files
authored
Update testing.yml
1 parent f746f7f commit 26d2397

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/testing.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ name: Go Test
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches: [master, v3]
66

77
jobs:
88
test:
9-
uses: ./.github/workflows/reusable-testing.yml
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
with:
13+
fetch-depth: 0
14+
- uses: ./.github/workflows/reusable-testing.yml
1015

0 commit comments

Comments
 (0)