Skip to content

Commit

Permalink
chore: update docker release GH action
Browse files Browse the repository at this point in the history
Include large messages test package inside of the GH action.
  • Loading branch information
mkermani144 committed Jun 26, 2024
1 parent c1d92a5 commit 8d1116f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scaling-test-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
paths:
- packages/**
- tests/scaling**
- .github/workflows/scaling-test-docker-release.yml

jobs:
build:
strategy:
matrix:
role: [node, relay]
test-name: ['', peer-discovery, pubsub]
test-name: ['', peer-discovery, pubsub, large-messages]

name: Build and Push Scaling Test Docker Image
permissions: write-all
Expand Down

0 comments on commit 8d1116f

Please sign in to comment.