From 27933e69216b239a43354bcbae76826289d5f760 Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Mon, 7 Feb 2022 12:12:40 +0100 Subject: [PATCH] Remove CI test for dataset-frictionless --- .../examples-dataset-frictionless.yml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/examples-dataset-frictionless.yml diff --git a/.github/workflows/examples-dataset-frictionless.yml b/.github/workflows/examples-dataset-frictionless.yml deleted file mode 100644 index f7f3815e..00000000 --- a/.github/workflows/examples-dataset-frictionless.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: dataset-frictionless -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - jest: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Install modules - run: | - cd examples/dataset-frictionless - yarn - - - name: Run tests - run: | - cd examples/dataset-frictionless - yarn test -u