mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Revert changes
This commit is contained in:
parent
46e03f75dd
commit
09a4ff1e54
7
.github/workflows/dendrite.yml
vendored
7
.github/workflows/dendrite.yml
vendored
|
|
@ -312,7 +312,6 @@ jobs:
|
|||
image: matrixdotorg/sytest-dendrite:latest
|
||||
volumes:
|
||||
- ${{ github.workspace }}:/src
|
||||
- ${{ github.workspace }}/sytest:/sytest
|
||||
- /root/.cache/go-build:/github/home/.cache/go-build
|
||||
- /root/.cache/go-mod:/gopath/pkg/mod
|
||||
env:
|
||||
|
|
@ -322,12 +321,6 @@ jobs:
|
|||
CGO_ENABLED: ${{ matrix.cgo && 1 }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout matrix-org/sytest:dendrite
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: sytest
|
||||
repository: matrix-org/sytest
|
||||
ref: dendrite
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
|
|
|
|||
7
.github/workflows/schedules.yaml
vendored
7
.github/workflows/schedules.yaml
vendored
|
|
@ -34,7 +34,6 @@ jobs:
|
|||
image: matrixdotorg/sytest-dendrite:latest
|
||||
volumes:
|
||||
- ${{ github.workspace }}:/src
|
||||
- ${{ github.workspace }}/sytest:/sytest
|
||||
- /root/.cache/go-build:/github/home/.cache/go-build
|
||||
- /root/.cache/go-mod:/gopath/pkg/mod
|
||||
env:
|
||||
|
|
@ -44,12 +43,6 @@ jobs:
|
|||
RACE_DETECTION: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout matrix-org/sytest:dendrite
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: sytest
|
||||
repository: matrix-org/sytest
|
||||
ref: dendrite
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue