From ab648b81ff8b977b5b8eb70b54d0c82bc111d760 Mon Sep 17 00:00:00 2001 From: dwelle <5153846+dwelle@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:55:16 +0200 Subject: [PATCH] remove test.yml --- .github/workflows/test.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 9ecf2ca2f84ec..0000000000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Tests - -on: - pull_request: - push: - branches: master - -jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Setup Node.js 18.x - uses: actions/setup-node@v2 - with: - node-version: 18.x - - name: Install and test - run: | - yarn install - yarn test:app