diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml deleted file mode 100644 index aa63598e..00000000 --- a/.github/workflows/testing.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Testing -on: - workflow_dispatch: - -jobs: - build: - runs-on: macos-latest - steps: - - name: Check out code - uses: actions/checkout@v4 - - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: '20' - cache: 'npm' - - - name: Install dependencies - run: npm install