Fix Formating

This commit is contained in:
Justin Hammond 2022-08-16 12:14:29 +08:00
parent d0079821d8
commit db906ddec9

View file

@ -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