Skip to content

Commit

Permalink
Update basic_test.yml
Browse files Browse the repository at this point in the history
remove license check from all files
fix action for unit tests
  • Loading branch information
elkanatovey authored Jan 25, 2024
1 parent ce53dac commit d7120de
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/basic_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Check License Header
uses: apache/skywalking-eyes/header@main
# - name: Check License Header
# uses: apache/skywalking-eyes/header@main
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down Expand Up @@ -48,7 +48,8 @@ jobs:
run: go install github.com/mfridman/tparse@latest
- name: checkout
uses: actions/checkout@v4
- name: run build
run: make build
- name: run unit tests
run: make unit-tests
- name: build
run: go build -v ./...

- name: test
run: go test -v ./...

0 comments on commit d7120de

Please sign in to comment.