Skip to content

Commit

Permalink
run the test in its own test run
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jan 12, 2025
1 parent 1fac346 commit 77a9b89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
strategy:
matrix:
RUNNER: [ "ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04" ]
PROFILE: [ "integration", "smartagent" ]
PROFILE: [ "integration", "smartagent", "redis_discovery" ]
fail-fast: false
env:
TEST_OUTPUT: ${{ github.job }}-${{ matrix.PROFILE }}-${{ matrix.RUNNER }}.out
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ services:
image: quay.io/splunko11ytest/redis_server:latest
profiles:
- integration
- redis_discovery
build: ./redis_server
ports:
- "6379:6379"
Expand Down
2 changes: 1 addition & 1 deletion tests/receivers/redis/bundled_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build integration
//go:build redis_discovery

package tests

Expand Down

0 comments on commit 77a9b89

Please sign in to comment.