Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sytest + complement commits #39

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/beeper-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
volumes:
- ${{ github.workspace }}:/src
env:
SYTEST_BRANCH: 9b80feaa947bce9e181b47362879b0e94d3a9f1d
SYTEST_BRANCH: 91a3ab32fcb3ada91423d661125c428e6b2b7abe
TOP: ${{ github.workspace }}
POSTGRES: 1
MULTI_POSTGRES: 1
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
repository: matrix-org/complement
path: complement
ref: 8587fb3cbe746754b2c883ff6c818ca4d987d0a5
ref: 39733c1b2f8314800776748cc7164f9a34650686
- name: Install complement dependencies
run: |-
sudo apt-get -qq update
Expand Down
Loading