diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml deleted file mode 100644 index e27ef2d..0000000 --- a/.github/workflows/CI.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Continuos Integration -on: pull_request - -jobs: - continous-integration: - runs-on: ubuntu-latest - steps: - - uses: action/checkout@v4 - with: - ref: react-testing - - uses: actions/checkout@v4 - - name: use Node.JS - uses: actions/setup-node@v2 - with: - node-version: 21.x - - name: run, install and test - run: | - npm install - npm run build - npm run test