Revert changes

This commit is contained in:
Till Faelligen 2022-11-30 14:41:35 +01:00
parent 46e03f75dd
commit 09a4ff1e54
No known key found for this signature in database
GPG key ID: ACCDC9606D472758
2 changed files with 0 additions and 14 deletions

View file

@ -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: |

View file

@ -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: |