Skip to content

Commit

Permalink
Switch to gh
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Feb 13, 2024
1 parent 79ee8b7 commit b7680e9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: test
on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm run build
- run: npm test
# - uses: codecov/codecov-action@v3
# with:
# fail_ci_if_error: true
# verbose: true
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

0 comments on commit b7680e9

Please sign in to comment.