Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

nstogner triggered integration tests πŸš€ #103

nstogner triggered integration tests πŸš€

nstogner triggered integration tests πŸš€ #103

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