6 matches across 1 files for TODO path:.github/workflows/runtime_build_and_test.yml
snippet_mode: auto · sorted by relevance
.github/workflows/runtime_build_and_test.yml YAML 6 matches · showing 5 view file →
203 - "-r=xplat --env=production --variant=false"
204 - "-r=xplat --env=production --variant=true"
205 # TODO: Test more persistent configurations?
206 - "-r=stable --env=development --persistent"
207 - "-r=experimental --env=development --persistent"
· · ·
330 -r=experimental --env=production,
331
332 # TODO: Update test config to support www build tests
333 # - "-r=www-classic --env=development --variant=false"
334 # - "-r=www-classic --env=production --variant=false"
· · ·
340 # - "-r=www-modern --env=production --variant=true"
341
342 # TODO: Update test config to support xplat build tests
343 # - "-r=xplat --env=development --variant=false"
344 # - "-r=xplat --env=development --variant=true"
· · ·
346 # - "-r=xplat --env=production --variant=true"
347
348 # TODO: Test more persistent configurations?
349 ]
350 shard:
· · ·
477 # Compress build directory into a single tarball for easy download
478 - run: tar -zcvf ./build.tgz ./build
479 # TODO: Migrate scripts to use `build` directory instead of `build2`
480 - run: cp ./build.tgz ./build2.tgz
481 - name: Archive build artifacts
+ 1 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.