File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name : " Go: Run Tests"
22on :
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/*"
143 pull_request :
154 paths :
165 - " go/**"
17- - " !go/documentation/**"
6+ - " !go/documentation/**"
187 - " shared/**"
198 - .github/workflows/go-tests.yml
209 - .github/actions/**
Original file line number Diff line number Diff line change 99 description : Whether to run formatting, code and qhelp generation checks
1010 required : false
1111 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"
1612runs :
1713 using : composite
1814 steps :
6763 with :
6864 name : qhelp-markdown
6965 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