Skip to content

apply otel metric

apply otel metric #91

Workflow file for this run

name: Run Test
on:
push:
branches:
- feature/**
jobs:
test:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Decrypt environment variables
run: |
echo "${{ secrets.ENV }}" > deploy/.env
- name: Run a test
run: |
make test-app