feature/add_dev_workflow #1
6
.github/workflows/test_workflow.yml
vendored
6
.github/workflows/test_workflow.yml
vendored
@ -8,11 +8,11 @@ on:
|
||||
- '**.go'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
env:
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
USERNAME: ${{ vars.USERNAME }}
|
||||
TAG_VERSION: ${{ github.ref_name }}
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@ -27,6 +27,10 @@ jobs:
|
||||
run: go test -v ./...
|
||||
|
||||
vulnCheck:
|
||||
env:
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
USERNAME: ${{ vars.USERNAME }}
|
||||
TAG_VERSION: ${{ github.ref_name }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout Code
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user