Skip to content

Commit

Permalink
test: better tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-pelagatti committed Oct 16, 2023
1 parent b9b11e9 commit 594f144
Show file tree
Hide file tree
Showing 8 changed files with 1,261 additions and 18 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test
on: [push, pull_request]
jobs:
Explore-GitHub-Actions:
Test-And-Release:
runs-on: node:18-bullseye
steps:
- run: npm ci
- run: npm test
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
File renamed without changes.
Loading

0 comments on commit 594f144

Please sign in to comment.