Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Use the makefile
Browse files Browse the repository at this point in the history
Try golang without a github action
  • Loading branch information
pshem authored Feb 11, 2020
1 parent ffb42b3 commit 61342dc
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: cedrickring/[email protected]
env:
PROJECT_PATH: "./src"
- uses: actions/setup-node@v1
with:
node-version: '10.x'

- name: Setup Golang
- name: Go Makefile, go!
run: |
cd src
go install
- name: Test Golang
run: |
cd src
go test
- name: Setup Angular
run: |
cd src/ui
npm ci
- name: Test Angular
run: |
cd src/ui
npm audit
npm test
go install
go build
make test

0 comments on commit 61342dc

Please sign in to comment.