Skip to content

Commit

Permalink
Change the order or steps for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Sep 27, 2023
1 parent b20ffe1 commit 7ac4ac4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ac4ac4

Please sign in to comment.