Skip to content

Bump github.com/onsi/gomega from 1.37.0 to 1.38.0 #78

Bump github.com/onsi/gomega from 1.37.0 to 1.38.0

Bump github.com/onsi/gomega from 1.37.0 to 1.38.0 #78

Workflow file for this run

name: learn-github-actions
on: [push]
jobs:
run-tests:
runs-on: ubuntu
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
check-latest: true
- run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
- run: ginkgo --randomize-suites --randomize-all -r