diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml deleted file mode 100644 index 5a4ef15..0000000 --- a/.github/workflows/tests.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Tests - -on: - pull_request: - push: - branches: - - master - -jobs: - build: - runs-on: ubuntu-latest - - strategy: - matrix: - NODE_VERSION: [12.x] - - env: - CI: true - - steps: - - uses: actions/checkout@v1 - with: - ref: 'master' - - - name: Use Node.js ${{ matrix.NODE_VERSION }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.NODE_VERSION }} - - - name: Install dependencies - run: yarn install --frozen-lockfile - - - name: Build - run: yarn build - - - name: Run tests - run: yarn test \ No newline at end of file