mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Merge upstream
Signed-off-by: Brian Meek <brian@hntlabs.com>
This commit is contained in:
parent
ceff2ae574
commit
9cc55befe7
10
.github/workflows/dendrite.yml
vendored
10
.github/workflows/dendrite.yml
vendored
|
|
@ -273,11 +273,7 @@ jobs:
|
|||
- name: Setup go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
<<<<<<< HEAD
|
||||
go-version: "1.19"
|
||||
=======
|
||||
go-version: "1.18"
|
||||
>>>>>>> eb29a315507f0075c2c6a495ac59c64a7f45f9fc
|
||||
cache: true
|
||||
- name: Build upgrade-tests
|
||||
run: go build ./cmd/dendrite-upgrade-tests
|
||||
|
|
@ -297,11 +293,7 @@ jobs:
|
|||
- name: Setup go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
<<<<<<< HEAD
|
||||
go-version: "1.19"
|
||||
=======
|
||||
go-version: "1.18"
|
||||
>>>>>>> eb29a315507f0075c2c6a495ac59c64a7f45f9fc
|
||||
cache: true
|
||||
- name: Build upgrade-tests
|
||||
run: go build ./cmd/dendrite-upgrade-tests
|
||||
|
|
@ -481,7 +473,7 @@ jobs:
|
|||
upgrade_test_direct,
|
||||
sytest,
|
||||
complement,
|
||||
integration
|
||||
integration,
|
||||
]
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !cancelled() }} # Run this even if prior jobs were skipped
|
||||
|
|
|
|||
Loading…
Reference in a new issue