Skip to content

Commit

Permalink
Adjust build script for SSE template
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliumhexacyanoferrat authored Dec 23, 2024
1 parent d7de82a commit c0b8a77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,14 @@ jobs:
rm -rf ./websockets/bin/
rm -rf ./websockets/obj/
docker build -f Dockerfile.linux-x64 -t websocket .
- name: Test server sent events
run: |
mkdir -p /tmp/genhttp/sse/
cd /tmp/genhttp/sse/
dotnet new genhttp-sse
cd sse.Tests
dotnet test
cd /tmp/genhttp/sse/
rm -rf ./sse/bin/
rm -rf ./sse/obj/
docker build -f Dockerfile.linux-x64 -t sse .

0 comments on commit c0b8a77

Please sign in to comment.