Skip to content

Commit

Permalink
chore: remove event emitter package (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez authored Dec 19, 2024
1 parent a386e82 commit a6b7f5b
Show file tree
Hide file tree
Showing 49 changed files with 111 additions and 3,831 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/build-emit.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ jobs:
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4
- name: Starting up Docker 🐳
run: ls && docker compose -f ./integrationos-emit/tests/resource/docker-compose.yml up -d
- name: Install fluvio CLI
run: curl -fsS https://hub.infinyon.cloud/install/install.sh | bash
- name: Create fluvio topic
run: ~/.fluvio/bin/fluvio profile add docker 127.0.0.1:9103 docker && ~/.fluvio/bin/fluvio topic create events && ~/.fluvio/bin/fluvio topic create dlq
- name: Install protoc
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- uses: dtolnay/rust-toolchain@stable
Expand Down
Loading

0 comments on commit a6b7f5b

Please sign in to comment.