diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 643deac..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: test_script - -on: - push: - branches: - - "*" - pull_request: - branches: - - master - -jobs: - build: - name: test_script - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [16.x] - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Set up Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - - name: Install dependencies - run: npm install - - - name: Run the tests - uses: GabrielBB/xvfb-action@v1 - with: - run: npm test - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 diff --git a/README.md b/README.md index 1257112..54adf5b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@

Logo

- Codecov Code-style - GitHub Workflow Status GitHub issues GitHub pull requests GitHub contributors @@ -59,6 +57,7 @@ Please adhere to this project's [Code Of Conduct](https://github.com/jayantur13/ ## Issues - Need to manually close the meme tab(s) (Not a bug,VSCode api limitation) +- Write tests the ones present here sometimes fail (Contribute!) ## Support the project