Switch from Travis CI to GitHub Actions #213

Merged
raucao merged 3 commits from feature/github_actions_ci into master 2023-01-15 06:24:14 +00:00
Showing only changes of commit abc19c715b - Show all commits
-1
View File
@@ -27,5 +27,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run build
- run: npm test