Skip to content

Bump github.com/onsi/gomega from 1.11.0 to 1.27.7 #71

Bump github.com/onsi/gomega from 1.11.0 to 1.27.7

Bump github.com/onsi/gomega from 1.11.0 to 1.27.7 #71

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