From 4c6e88524fca53bf5deae9492ce20ca662d1ca7d Mon Sep 17 00:00:00 2001 From: Yang Qian <30404287+GodYazza@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:36:32 +1200 Subject: [PATCH] removing npm_test.yml that was generated from initalizing mantine --- .github/workflows/npm_test.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/npm_test.yml diff --git a/.github/workflows/npm_test.yml b/.github/workflows/npm_test.yml deleted file mode 100644 index afb3aa7..0000000 --- a/.github/workflows/npm_test.yml +++ /dev/null @@ -1,26 +0,0 @@ -on: - pull_request: - branches: - - '**' - - "**" - -concurrency: - group: ${{ github.workflow }}-${{ github.event.number || github.sha }} - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version-file: 'web/.nvmrc' - cache: 'yarn' - cache-dependency-path: '**/yarn.lock' - - name: Change directory to web - run: cd web - - name: Install dependencies - run: yarn - - name: Run build - run: yarn build