Skip to content

Bump nick-invision/retry from 3 to 4 #278

Bump nick-invision/retry from 3 to 4

Bump nick-invision/retry from 3 to 4 #278

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
steps:
- name: Checkout Code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: stable
- name: Test Code
run: |
cd service
make test