Skip to content

Commit

Permalink
try to install redis
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed Nov 8, 2024
1 parent 0886cf6 commit 1411cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
with:
linux_pre_build_command: apt-get update -y && apt-get install redis -y
swift_flags:
linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
linux_env_vars: REDIS_URL=redis
enable_windows_checks: false
enable_windows_checks: false
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ When editing a file, ensure that the copyright header states the year `2019-<cur

### Git Workflow

`master` is always the development branch.
`main` is always the development branch.

For **minor** or **patch** SemVer changes, create a branch off of the tagged commit.

Expand Down

0 comments on commit 1411cfa

Please sign in to comment.