Skip to content

Commit

Permalink
test ci and add to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Mendez committed Aug 30, 2022
1 parent 9644302 commit af49d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: "10.x"
- run: npm install
- run: npm init
- run: npm run build
- run: npm test
- name: Upload Artifact
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_site
_draft
.sass-cache
.jekyll-cache
.jekyll-metadata
Expand Down

0 comments on commit af49d17

Please sign in to comment.