From c4d000ce49cc93c2091d8d44506fa7b2092ccbeb Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Fri, 18 Aug 2023 14:16:21 -0400 Subject: [PATCH] [ci] Rename TS ci to be consistent with other workflows --- compiler/.github/workflows/{ci.yml => typescript.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename compiler/.github/workflows/{ci.yml => typescript.yml} (97%) diff --git a/compiler/.github/workflows/ci.yml b/compiler/.github/workflows/typescript.yml similarity index 97% rename from compiler/.github/workflows/ci.yml rename to compiler/.github/workflows/typescript.yml index 8ba0d5a241..715fb50e41 100644 --- a/compiler/.github/workflows/ci.yml +++ b/compiler/.github/workflows/typescript.yml @@ -1,4 +1,4 @@ -name: CI +name: Forget (TypeScript) on: push: @@ -15,7 +15,7 @@ jobs: - id: set-matrix run: echo "matrix=$(find forget/packages -mindepth 1 -maxdepth 1 -type d | sed 's!forget/packages/!!g' | tr '\n' ',' | sed s/.$// | jq -Rsc '. / "," - [""]')" >> $GITHUB_OUTPUT - forget: + test: name: Test ${{ matrix.workspace_name }} needs: discover_yarn_workspaces runs-on: ubuntu-latest