Skip to content

Commit

Permalink
test use slash in path
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Nov 16, 2023
1 parent da8877c commit 7b9d647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Tests

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-2
cancel-in-progress: true

on:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 7b9d647

Please sign in to comment.