From 917507ec3a53e772bbefb5cc23f8d89c12c053e4 Mon Sep 17 00:00:00 2001 From: slzhffktm Date: Sat, 5 Aug 2023 16:53:20 +0700 Subject: [PATCH] chore: update build and test pipeline name --- .github/workflows/build-and-test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 925866c..902cb57 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -10,8 +10,7 @@ on: branches: [ "main" ] jobs: - - build: + build-and-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3