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