diff --git a/.github/workflows/pull-request-tests.yml b/.github/workflows/pull-request-tests.yml deleted file mode 100644 index fb3ac6b6..00000000 --- a/.github/workflows/pull-request-tests.yml +++ /dev/null @@ -1,19 +0,0 @@ -# name: Run tests -# -# on: [push, pull_request] -# -# jobs: -# build-and-deploy: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout -# - uses: actions/checkout@v2 -# - name: Install Dependecies & Test -# - uses: actions/setup-node@v2 -# with: -# node-version: '12' # TODO IDK what version nighttab is built with normally. -# cache: 'npm' -# - run: | -# npm install -# npm run lint -# npm test