Skip to content

chore(deps): bump yaml from 2.1.3 to 2.2.2 in /pkg/nodejs/yarn/testcase_deps_generator #508

chore(deps): bump yaml from 2.1.3 to 2.2.2 in /pkg/nodejs/yarn/testcase_deps_generator

chore(deps): bump yaml from 2.1.3 to 2.2.2 in /pkg/nodejs/yarn/testcase_deps_generator #508

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
unittest:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run unit tests
run: go test ./...