Skip to content

fix/test: t.Fatal should be called from g running the test or benchmark func #1222

fix/test: t.Fatal should be called from g running the test or benchmark func

fix/test: t.Fatal should be called from g running the test or benchmark func #1222

Workflow file for this run

name: License Check
on: pull_request
jobs:
build:
runs-on: [self-hosted, X64]
steps:
- name: Clear repository
run: sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/skywalking-eyes/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check Branch
run: ./scripts/check_branch_name.sh ${{ github.head_ref }}