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

build(deps): bump @opentelemetry/exporter-trace-otlp-http from 0.37.0 to 0.38.0 in /front-end #105

build(deps): bump @opentelemetry/exporter-trace-otlp-http from 0.37.0 to 0.38.0 in /front-end

build(deps): bump @opentelemetry/exporter-trace-otlp-http from 0.37.0 to 0.38.0 in /front-end #105

Workflow file for this run

name: ci
on:
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: ./scripts/start.sh
- run: |
cd express-server
npm install
npm start &
- run: |
cd front-end
npm install
npm start &
- run: |
cd front-end
npm test
- run: ./scripts/check-traces.sh
- run: ./scripts/stop.sh