From 1803e70c238f68af4dce44ad0844b97bf1a992b4 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Mon, 16 Oct 2023 15:53:37 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9F=92=9A]=20Update=20build=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 095da88..f7d451a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,11 +5,11 @@ on: pull_request: branches: [master] jobs: - ts-standard: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.1.0 - name: Install dependencies run: npm i - - name: Run ts-standard test + - name: Build FlowOS run: npm run build \ No newline at end of file