Skip to content

Commit

Permalink
Move from travis to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhassan1 committed Dec 20, 2024
1 parent 1cc4374 commit 7d9606f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test

on:
workflow_dispatch:
pull_request:
push:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- run: yarn
- run: yarn test
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit 7d9606f

Please sign in to comment.