Skip to content

Commit

Permalink
build(actions): add install, test and build steps in github release
Browse files Browse the repository at this point in the history
  • Loading branch information
thecreazy committed Jan 19, 2021
1 parent 03dd7ef commit fcd926e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
uses: borales/[email protected]
with:
cmd: install
- name: Test code
uses: borales/[email protected]
with:
cmd: test
- name: Build code
uses: borales/[email protected]
with:
cmd: build
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit fcd926e

Please sign in to comment.