Bump github.com/mitchellh/mapstructure from 1.4.1 to 1.5.0 #42
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
# SPDX-FileCopyrightText: 2023 Open Networking Foundation <[email protected]> | |
# SPDX-License-Identifier: Apache-2.0 | |
name: Unit tests | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
unit-test-webconsole: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v4 | |
- name: Run unit tests for webconsole | |
run: | | |
make test |