diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index ac66fe1adc2a5..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@v4 - - name: Setup Node.js 18.x - uses: actions/setup-node@v4 - with: - node-version: 18.x - - name: Install and test - run: | - yarn install - yarn test:app