From 23c7d3e3c7fec28de707ec279945ab470dcd5ad1 Mon Sep 17 00:00:00 2001 From: locust Date: Wed, 21 Aug 2024 16:14:03 -0300 Subject: [PATCH] Delete CI.yaml This guy simply doesn't work, so we'll try to use the cookie cutter version from github :>> --- .github/workflows/CI.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/CI.yaml 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