Skip to content

Commit

Permalink
Enable uiua-test-runner for production (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 15, 2024
1 parent e3d5f4c commit 93bb202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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,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,roc,ruby,rust,scala,scheme,sml,sqlite,swift,tcl,typescript,unison,vbnet,vimscript,vlang,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,roc,ruby,rust,scala,scheme,sml,sqlite,swift,tcl,typescript,uiua,unison,vbnet,vimscript,vlang,wasm,wren,x86-64-assembly,yamlscript,zig"}
}
ITEM
}
Expand Down
1 change: 1 addition & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ locals {
"typescript-analyzer",
"typescript-representer",
"typescript-test-runner",
"uiua-test-runner",
"unison-test-runner",
"vbnet-test-runner",
"vimscript-test-runner",
Expand Down

0 comments on commit 93bb202

Please sign in to comment.