Skip to content

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 #82

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 #82

---
name: Test Pull Request
on:
pull_request:
branches:
- main
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.18.x
- name: Checkout
uses: actions/checkout@v2
- name: Run Unit Tests
run: go test -count=1 ./parsing ./rendering ./acceptance