Skip to content

Bump the actions group across 1 directory with 2 updates #108

Bump the actions group across 1 directory with 2 updates

Bump the actions group across 1 directory with 2 updates #108

Workflow file for this run

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