File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
static-analysis :
8
- uses : .github/workflows/_static-analysis.yml
8
+ uses : ./. github/workflows/_static-analysis.yml
9
9
test-units :
10
- uses : .github/workflows/_test-units.yml
10
+ uses : ./. github/workflows/_test-units.yml
11
11
needs : static-analysis
12
12
secrets : inherit
13
13
test-regressions :
14
- uses : .github/workflows/_test-regressions.yml
14
+ uses : ./. github/workflows/_test-regressions.yml
15
15
needs : test-units
16
16
secrets : inherit
17
17
test-integrations :
18
- uses : .github/workflows/_test-integrations.yml
18
+ uses : ./. github/workflows/_test-integrations.yml
19
19
needs : test-units
20
20
secrets : inherit
21
21
test-code-samples :
22
- uses : .github/workflows/_test-code-samples.yml
22
+ uses : ./. github/workflows/_test-code-samples.yml
23
23
needs : test-units
24
24
secrets : inherit
You can’t perform that action at this time.
0 commit comments