diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3c443d82..c066e6f1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,14 +1,14 @@ -name: Tests -on: [push, pull_request] -jobs: - test: - runs-on: ubuntu-latest - name: Unit Tests - steps: - - uses: actions/checkout@v2 - - name: Setup node - uses: actions/setup-node@v1 - with: - node-version: 16 - - run: yarn install --frozen-lockfile - - run: yarn test \ No newline at end of file +# name: Tests +# on: [push, pull_request] +# jobs: +# test: +# runs-on: ubuntu-latest +# name: Unit Tests +# steps: +# - uses: actions/checkout@v2 +# - name: Setup node +# uses: actions/setup-node@v1 +# with: +# node-version: 16 +# - run: yarn install --frozen-lockfile +# - run: yarn test