File tree Expand file tree Collapse file tree 4 files changed +1
-85
lines changed Expand file tree Collapse file tree 4 files changed +1
-85
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : " Go: Run Tests"
2
2
on :
3
- push :
4
- paths :
5
- - " go/**"
6
- - " !go/documentation/**"
7
- - " shared/**"
8
- - .github/workflows/go-tests.yml
9
- - .github/actions/**
10
- - codeql-workspace.yml
11
- branches :
12
- - main
13
- - " rc/*"
14
3
pull_request :
15
4
paths :
16
5
- " go/**"
17
- - " !go/documentation/**"
6
+ - " !go/documentation/**"
18
7
- " shared/**"
19
8
- .github/workflows/go-tests.yml
20
9
- .github/actions/**
Original file line number Diff line number Diff line change 9
9
description : Whether to run formatting, code and qhelp generation checks
10
10
required : false
11
11
default : false
12
- dynamic-join-order-mode :
13
- description : Value of the --dynamic-join-order-mode flag to pass to the codeql test command
14
- required : false
15
- default : " none"
16
12
runs :
17
13
using : composite
18
14
steps :
67
63
with :
68
64
name : qhelp-markdown
69
65
path : go/qhelp-out/**/*.md
70
-
71
- - name : Cache compilation cache
72
- id : query-cache
73
- uses : ./.github/actions/cache-query-compilation
74
- with :
75
- key : go-qltest
76
-
77
- - name : Test
78
- shell : bash
79
- run : |
80
- cd go
81
- make test cache="${{ steps.query-cache.outputs.cache-dir }}" rtjo=${{ inputs.dynamic-join-order-mode }}
You can’t perform that action at this time.
0 commit comments