Skip to content

Commit

Permalink
Enable arturo-test-runner for production
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Aug 14, 2024
1 parent 84974cd commit 71ace6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion terraform/dynamodb_tooling_language_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "aws_dynamodb_table_item" "tooling_language_tr_all" {
item = <<ITEM
{
"group": {"S": "test-runners-all"},
"languages": {"S": "8th,abap,arm64-assembly,awk,ballerina,bash,batch,c,cairo,cobol,cfml,chapel,clojure,clojurescript,crystal,coffeescript,common-lisp,cpp,csharp,d,dart,elixir,elm,emacs-lisp,erlang,euphoria,fortran,fsharp,gdscript,gleam,go,groovy,haskell,haxe,idris,j,java,javascript,jq,julia,kotlin,lfe,lua,mips,nim,ocaml,perl5,pharo-smalltalk,phix,php,pony,powershell,prolog,purescript,pyret,python,r,racket,raku,red,ruby,reasonml,rust,scala,scheme,sml,sqlite,swift,tcl,typescript,unison,vbnet,vlang,vimscript,wasm,wren,x86-64-assembly,yamlscript,zig"}
"languages": {"S": "8th,abap,arm64-assembly,arturo,awk,ballerina,bash,batch,c,cairo,cfml,chapel,clojure,clojurescript,cobol,coffeescript,common-lisp,cpp,crystal,csharp,d,dart,elixir,elm,emacs-lisp,erlang,euphoria,fortran,fsharp,gdscript,gleam,go,groovy,haskell,haxe,idris,j,java,javascript,jq,julia,kotlin,lfe,lua,mips,nim,ocaml,perl5,pharo-smalltalk,phix,php,pony,powershell,prolog,purescript,pyret,python,r,racket,raku,reasonml,red,ruby,rust,scala,scheme,sml,sqlite,swift,tcl,typescript,unison,vbnet,vimscript,vlang,wasm,wren,x86-64-assembly,yamlscript,zig"}
}
ITEM
}
Expand Down
13 changes: 7 additions & 6 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,30 +46,31 @@ locals {
"8th-test-runner",
"abap-test-runner",
"arm64-assembly-test-runner",
"arturo-test-runner"
"awk-test-runner",
"ballerina-test-runner",
"bash-analyzer",
"bash-test-runner",
"batch-test-runner",
"c-test-runner",
"c-representer",
"c-test-runner",
"cairo-test-runner",
"cfml-test-runner",
"chapel-test-runner",
"clojure-analyzer",
"clojure-representer",
"clojure-test-runner",
"clojurescript-test-runner",
"crystal-analyzer",
"crystal-representer",
"crystal-test-runner",
"cobol-test-runner",
"coffeescript-test-runner",
"common-lisp-analyzer",
"common-lisp-representer",
"common-lisp-test-runner",
"cpp-test-runner",
"cpp-representer",
"cpp-test-runner",
"crystal-analyzer",
"crystal-representer",
"crystal-test-runner",
"csharp-analyzer",
"csharp-representer",
"csharp-test-runner",
Expand Down Expand Up @@ -153,8 +154,8 @@ locals {
"typescript-test-runner",
"unison-test-runner",
"vbnet-test-runner",
"vlang-test-runner",
"vimscript-test-runner",
"vlang-test-runner",
"wasm-representer",
"wasm-test-runner",
"wren-representer",
Expand Down

0 comments on commit 71ace6b

Please sign in to comment.