Skip to content

Commit

Permalink
testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Renurin committed Jun 3, 2024
1 parent 2aa7544 commit fefd6a7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 84 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/continousintegration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Continuos Integration
on: pull_request

jobs:
continous-integration:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v3
- name: use Node.JS
uses: actions/setup-node@v2
with:
node-version: 21.x
- name: run, install and test
run: |
npm install
npm run bluid
npm run test
4 changes: 3 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
"start": "nodemon index.js",
"build": "CI=false && react-scripts build",
"test": "react-scripts test"
},
"author": "",
"license": "ISC",
Expand Down
Binary file removed webscrapper/news.xlsx
Binary file not shown.
32 changes: 0 additions & 32 deletions webscrapper/webScarpperStudy2.py

This file was deleted.

19 changes: 0 additions & 19 deletions webscrapper/webScrapperStudy1.py

This file was deleted.

32 changes: 0 additions & 32 deletions webscrapper/webscrapper3.py

This file was deleted.

0 comments on commit fefd6a7

Please sign in to comment.