aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2023-08-28 13:28:22 +0200
committerGitHub <noreply@github.com>2023-08-28 13:28:22 +0200
commite3a7039c81ae7a123bb705585cfea8c93910d381 (patch)
treeabfde95cfd97cac54fb71fc13f7dfff36398185d /.github
parent43b1ddb89bc08849c77bac0a5f1b030722732780 (diff)
Fix CI, upgrade image used for upgrade tests (#3151)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dendrite.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml
index 83701c50..772b45cb 100644
--- a/.github/workflows/dendrite.yml
+++ b/.github/workflows/dendrite.yml
@@ -280,6 +280,8 @@ jobs:
with:
go-version: "stable"
cache: true
+ - name: Docker version
+ run: docker version
- name: Build upgrade-tests
run: go build ./cmd/dendrite-upgrade-tests
- name: Test upgrade (PostgreSQL)
@@ -300,6 +302,8 @@ jobs:
with:
go-version: "stable"
cache: true
+ - name: Docker version
+ run: docker version
- name: Build upgrade-tests
run: go build ./cmd/dendrite-upgrade-tests
- name: Test upgrade (PostgreSQL)