Skip to content

Commit

Permalink
fix workflow cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
akremstudy committed Dec 9, 2024
1 parent 7950cf5 commit 188b5d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
path: ${{ env.TAR_PATH }}

# Build the second image (icq)
- name: Checkout ibc Branch
- name: Checkout Repository
uses: actions/checkout@v4

- name: Switch to ibc branch
run: |
git fetch --all
git checkout ibc
Expand Down

0 comments on commit 188b5d7

Please sign in to comment.