From 03f18b776c03de3dbddb6bd4f23337ea6802a3c7 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 24 Nov 2020 13:44:14 -0700 Subject: [PATCH] [Test] typo fix --- .github/workflows/reg_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reg_test.yml b/.github/workflows/reg_test.yml index 4347a0c76..ab0980d4f 100644 --- a/.github/workflows/reg_test.yml +++ b/.github/workflows/reg_test.yml @@ -123,7 +123,7 @@ jobs: # Execute the build. You can specify a specific target with "--target " run: cmake --build . --config $BUILD_TYPE - - name: ${{matrix.config.name} + - name: ${{matrix.config.name}} working-directory: ${{runner.workspace}} shell: bash # Execute the test.