Skip to content

Commit

Permalink
diable workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kiminus committed May 12, 2024
1 parent c05040a commit 61b3da8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ jobs: # the things being executed
- uses: actions/checkout@v4 # using version 4 of Actions
- name: Install Dependencies
run: npm install
- name: project card tests
run: npm test ./__tests__/project-card.test.js # the actual testing line

# - name: project card tests
# run: npm test ./__tests__/project-card.test.js # the actual testing line
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# Dev-Journal

Main project for CSE 110. Includes calendar, journal entries, contact pages, progression meter, a task list, all within a polish UI

# Project cards


# projects.JSON

```JSON
{
"id": 1,
"name": "warmup",
"desc": "a warmup project",
"image": "https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg",
"progress": 79
},

```

0 comments on commit 61b3da8

Please sign in to comment.