Skip to content

Commit

Permalink
Set correct branch (5/edge) for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Nov 30, 2023
1 parent 9c40031 commit 237be8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: 5/edge
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
Expand Down

0 comments on commit 237be8d

Please sign in to comment.