From 7ac4ac48f439823203c24a8d6791b9f8e0b3045a Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Wed, 27 Sep 2023 11:05:41 +0200 Subject: [PATCH] Change the order or steps for integration tests --- .github/workflows/integration.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index ba2ab23..3ae8751 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -33,6 +33,10 @@ jobs: # This is needed until # https://bugs.launchpad.net/juju/+bug/1977582 is fixed bootstrap-options: "--agent-version 3.1.5" + - name: Pin charmcraft version + run: | + sudo snap refresh --channel=2.2 charmcraft + charmcraft clean - uses: actions/download-artifact@v3 with: name: mongodb-rock