Skip to content

Commit

Permalink
try out specificying spec to test since it isn't running tests like i…
Browse files Browse the repository at this point in the history
…t should
  • Loading branch information
CassandraGoose committed May 12, 2023
1 parent d983f32 commit e96e641
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
with:
command: npm run build
start: npm start
spec: cypress/e2d/portfolio.cy.js

deploy:
needs: [build, Cypress-Test]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# My Personal Website 2023

---

## Technology Used:

![image](https://img.shields.io/badge/Astro-0C1222?style=for-the-badge&logo=astro&logoColor=FDFDFE 'astro badge') ![image](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white 'tailwind badge') ![image](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white 'HTML badge') ![image](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E 'javascript badge') ![image](https://img.shields.io/badge/Cypress-17202C?style=for-the-badge&logo=cypress&logoColor=white 'cyrpress badge') ![image](https://img.shields.io/badge/GitHub%20Pages-222222?style=for-the-badge&logo=GitHub%20Pages&logoColor=white 'github pages badge') ![image](https://img.shields.io/badge/Github%20Actions-282a2e?style=for-the-badge&logo=githubactions&logoColor=367cfe 'github actions badge')

---
Expand Down

0 comments on commit e96e641

Please sign in to comment.