Remove CI test for dataset-frictionless
This commit is contained in:
parent
82be7a3feb
commit
27933e6921
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user