Skip to content

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 #69

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1

Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 #69

Workflow file for this run

name: Build and test rate-service
on:
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch:
jobs:
build-launch-test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: build docker
run: ./build-docker.sh
shell: bash
- name: run tests in docker
run: ./unit-test.sh
shell: bash