Skip to content

Commit

Permalink
action: update test branch for integration
Browse files Browse the repository at this point in the history
We are focusing on v2.2 maintenance, let's we change the test branch
from `stable/v2.1` to `stable/v2.2`.

It also fix the broken integration test:
https://github.com/dragonflyoss/image-service/actions/runs/6153232407

Signed-off-by: Yan Song <[email protected]>
  • Loading branch information
imeoer authored and Desiki-high committed Sep 13, 2023
1 parent a35e634 commit d2fcfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
arch: [amd64]
fs_version: [5, 6]
branch: [master, stable/v2.1]
branch: [master, stable/v2.2]
steps:
- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit d2fcfcd

Please sign in to comment.