From ee55dfc19bea683af4136549e7e39871f8ad75c9 Mon Sep 17 00:00:00 2001 From: Yan Xu Date: Wed, 6 Nov 2024 16:50:49 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 917eec60..397be442 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,12 @@ jobs: - name: 'Checking out repo code' uses: actions/checkout@v2 - - name: 'Validate build' + - name: 'Validate build !' run: | + echo "hello world!" npm install npm run build - name: 'Run L0 tests' run: | - npm run test \ No newline at end of file + npm run test