Skip to content

Commit

Permalink
print mc version
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
  • Loading branch information
alexandreLamarre committed Apr 17, 2024
1 parent f2180d5 commit b58297a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run : |
./.github/workflows/e2e/scripts/install-mc.sh
echo "$PWD/mc" >> $GITHUB_PATH
mc --version
- name : Setup environment variables
run : echo "K8S_VERSION_FROM_CI=${{ matrix.K8S_VERSION_FROM_CI }}" >> $GITHUB_ENV
- name: Set up Docker Buildx
Expand All @@ -41,6 +42,6 @@ jobs:
# run :
# TODO : setup K3d, create cluster, setup kube context, run integration tests
- name : Setup k3d cluster
run : CLUSTER_NAME=k3d ./.github/workflows/e2e/scripts/setup-cluster.sh
run : CLUSTER_NAME=backup-restore ./.github/workflows/e2e/scripts/setup-cluster.sh
- name : Run integration tests
run : ./scripts/integration

0 comments on commit b58297a

Please sign in to comment.