Skip to content

[Server] Add Support to send runtime metrics for telemetry (#493) #934

[Server] Add Support to send runtime metrics for telemetry (#493)

[Server] Add Support to send runtime metrics for telemetry (#493) #934

name: ci_integration
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: integration tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./server
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.23.1'
- name: Run go work sync
run: go work sync
- name: Run Nigiri
uses: vulpemventures/nigiri-github-action@v1
- name: integration testing
run: make integrationtest