Bump python from 3.11.3-slim to 3.12.0-slim #1385
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-License-Identifier: Apache-2.0 | |
# Copyright 2022-present Open Networking Foundation | |
name: Unit tests | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
unit-test-pfcpiface: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-go@v4 | |
- name: Run unit tests for PFCP Agent | |
run: | | |
make test |