Skip to content

Revert "Cherry-pick #5029 #5096 #5097 #5099 #5108 #5113 #5114 #5115 #5116 #5118 #5126 #5128 #5130" #330

Revert "Cherry-pick #5029 #5096 #5097 #5099 #5108 #5113 #5114 #5115 #5116 #5118 #5126 #5128 #5130"

Revert "Cherry-pick #5029 #5096 #5097 #5099 #5108 #5113 #5114 #5115 #5116 #5118 #5126 #5128 #5130" #330

Workflow file for this run

name: test_tool
on:
push:
branches:
- master
paths:
- tool/**
pull_request:
branches:
- master
- 'release-v*'
paths:
- tool/**
env:
GO_VERSION: 1.22.4
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 ./...