From 7b9d647ce7e11d7c2023c1e3771d35ddac22dadf Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Thu, 16 Nov 2023 13:58:33 +0000 Subject: [PATCH] test use slash in path --- .github/workflows/ci.yaml | 2 +- tests/integration/test_backups.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5497f2c49..c3da6562e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: Tests concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-2 cancel-in-progress: true on: diff --git a/tests/integration/test_backups.py b/tests/integration/test_backups.py index fb3625658..e8ab81675 100644 --- a/tests/integration/test_backups.py +++ b/tests/integration/test_backups.py @@ -46,7 +46,7 @@ def cloud_configs(): # Add UUID to path to avoid conflict with tests running in parallel (e.g. multiple Juju # versions on a PR, multiple PRs) - path = f"mysql-{uuid.uuid4()}" + path = f"mysql/{uuid.uuid4()}" return { "aws": {