Skip to content

Commit

Permalink
test: CI Workflow
Browse files Browse the repository at this point in the history
Update CI workflow using GitHub Actions
  • Loading branch information
marcobiedermann committed Apr 17, 2024
1 parent 7daa48f commit 0828c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: ⏬ Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ⚙️ Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: 'npm'
node-version-file: '.nvmrc'
Expand All @@ -28,8 +28,3 @@ jobs:

- name: 🛠️ Building
run: npm run build

- name: 📊 Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"lint": "npm run lint:css && npm run lint:js",
"prepare": "husky install",
"pretty-quick": "pretty-quick --staged",
"serve": "gatsby serve",
"test": "npm run lint"
"serve": "gatsby serve"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0828c9b

Please sign in to comment.