Skip to content

samos123 triggered integration tests πŸš€ #101

samos123 triggered integration tests πŸš€

samos123 triggered integration tests πŸš€ #101

name: Integration tests
run-name: ${{ github.actor }} triggered integration tests πŸš€
on:
pull_request:
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Setup Go 1.21.x
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- run: make test-integration