Skip to content

Add first cucumber test #1

Add first cucumber test

Add first cucumber test #1

Workflow file for this run

name: test
on: [pull_request, push]
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: latest
cache: true
- run: go test