Skip to content

Commit 3ad5485

Browse files
committed
try to install redis
1 parent 1d5a2f7 commit 3ad5485

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ jobs:
1313

1414
unit-tests:
1515
name: Unit tests
16-
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
16+
uses: apple/github-workflows/.github/workflows/swift_package_test.yml@main
17+
with:
18+
linux_pre_build_command: apt-get update -y && apt-get install redis
19+
swift_flags:
20+
linux_env_vars: REDIS_URL=redis
21+
enable_windows_checks: false

0 commit comments

Comments
 (0)