multiple certificate types for the node module are supported #419
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TestUnit | |
on: [pull_request] | |
jobs: | |
test-unit: | |
name: Test Units | |
# runs-on: self-hosted | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source code | |
uses: actions/checkout@v1 | |
- name: Run unit tests | |
uses: cedrickring/golang-action/[email protected] | |
env: | |
GO111MODULE: "on" | |
with: | |
args: make test-unit |