generated from bradgarropy/node-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add test workflow. bump version. (#10)
- Loading branch information
1 parent
6edb48e
commit 06ff774
Showing
4 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: "🧪 test" | ||
|
||
on: pull_request | ||
|
||
jobs: | ||
test: | ||
name: "🧪 test" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "📚 checkout" | ||
uses: actions/[email protected] | ||
- name: "🟢 node" | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 14 | ||
registry-url: https://registry.npmjs.org/ | ||
- name: "📦 install" | ||
run: npm install | ||
- name: "🧪 test" | ||
run: npm run test |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters