Skip to content

Bump github.com/omec-project/MongoDBLibrary from 1.1.2 to 1.1.3 #2

Bump github.com/omec-project/MongoDBLibrary from 1.1.2 to 1.1.3

Bump github.com/omec-project/MongoDBLibrary from 1.1.2 to 1.1.3 #2

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2023 Canonical Ltd.
name: Master workflow
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: go build
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Unit tests
run: go test ./...