Skip to content

RavenDB-22199 Flush reuqest stream to send the headers in all customized HttpContent implementations #11697

RavenDB-22199 Flush reuqest stream to send the headers in all customized HttpContent implementations

RavenDB-22199 Flush reuqest stream to send the headers in all customized HttpContent implementations #11697

Workflow file for this run

name: tests/studio
on:
push:
branches:
- feature/*
- v5.4
pull_request:
branches:
- feature/*
- v5.4
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0'
- name: Install dependencies
run: dotnet restore
- name: Build dotnet
run: dotnet build
- name: Install npm dependencies
run: npm install
working-directory: ./src/Raven.Studio
- name: Restore Studio
run: npm run restore
working-directory: ./src/Raven.Studio
- name: Compile Studio
run: npm run compile
working-directory: ./src/Raven.Studio
- name: Test Studio
run: npm run test
working-directory: ./src/Raven.Studio