Skip to content

Commit

Permalink
fix: Fix ci somke test
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed May 28, 2024
1 parent 2b8a9e2 commit 33a747d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release_pactup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash

jobs:
check:
name: Check version
Expand Down Expand Up @@ -81,6 +77,9 @@ jobs:

name: Package ${{ matrix.code-target }}
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
steps:
- uses: taiki-e/checkout-action@v1

Expand Down

0 comments on commit 33a747d

Please sign in to comment.