mirror of
https://github.com/Fishwaldo/mouthpiece.git
synced 2025-03-15 11:31:32 +00:00
Fix Formating
This commit is contained in:
parent
d0079821d8
commit
db906ddec9
1 changed files with 14 additions and 14 deletions
28
.github/workflows/build.yml
vendored
28
.github/workflows/build.yml
vendored
|
@ -64,20 +64,20 @@ jobs:
|
|||
needs: [ test ]
|
||||
steps:
|
||||
- name: Install Go
|
||||
if: success()
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
if: success()
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v1
|
||||
- name: Install NPM
|
||||
if: success()
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
if: success()
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
- name: Build Frontend
|
||||
run: cd frontend && npm install && npm run build
|
||||
- name: Run tests
|
||||
run: go mod tidy && go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
|
||||
- name: CodeCov
|
||||
uses: codecov/codecov-action@v2
|
||||
run: cd frontend && npm install && npm run build
|
||||
- name: Run tests
|
||||
run: go mod tidy && go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
|
||||
- name: CodeCov
|
||||
uses: codecov/codecov-action@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue