Skip to content

Commit

Permalink
Merge branch 'main' into feat/visualizer-image-based-lighting
Browse files Browse the repository at this point in the history
  • Loading branch information
airslice committed Jun 26, 2023
2 parents c1a4fba + 6b3ab41 commit 36e1f5f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name != 'push' || !startsWith(github.event.head_commit.message, 'v')
steps:
- name: checkout
uses: actions/checkout@v3
- name: set up
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
cache: false
- name: checkout
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -32,12 +32,13 @@ jobs:
ports:
- 27017:27017
steps:
- name: checkout
uses: actions/checkout@v3
- name: set up
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: checkout
uses: actions/checkout@v3
cache-dependency-path: server/go.sum
- name: test
run: go test ./... -v -race -coverprofile=coverage.txt -covermode=atomic -timeout 10m
env:
Expand Down

0 comments on commit 36e1f5f

Please sign in to comment.