Skip to content

build(deps): bump docker/login-action from 2 to 3 (#123) #210

build(deps): bump docker/login-action from 2 to 3 (#123)

build(deps): bump docker/login-action from 2 to 3 (#123) #210

Workflow file for this run

name: MemDB
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
name: go-memdb
runs-on: ubuntu-latest
defaults:
run:
working-directory: main
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
path: main
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "main/go.mod"
check-latest: true
cache: true
cache-dependency-path: "main/go.sum"
- name: Test packages
run: make test-engine-memdb