Skip to content

Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 in /tool/actions-plan-preview #231

Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 in /tool/actions-plan-preview

Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 in /tool/actions-plan-preview #231

Workflow file for this run

name: test
on:
push:
branches:
- master
paths:
- tool/**
pull_request:
branches:
- master
paths:
- tool/**
env:
GO_VERSION: 1.20.5
NODE_VERSION: 16.13.0
jobs:
tool:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
cache: true
- name: Run unit tests for actions-plan-preview
working-directory: tool/actions-plan-preview
run: go test ./...
- name: Run unit tests for actions-gh-release
working-directory: tool/actions-gh-release
run: go test ./...