Skip to content

Commit

Permalink
feat: add node-tests reusable workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed Nov 30, 2021
1 parent 815484e commit 96d4922
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 48 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
uses: "willsoto/actions/.github/workflows/node-ci.yml@main"
secrets:
GitHubToken: ${{ secrets.GH_TOKEN }}
NPMToken: ${{ secrets.NPM_TOKEN }}
48 changes: 0 additions & 48 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 96d4922

Please sign in to comment.