Skip to content

Commit

Permalink
updating workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Oct 26, 2024
1 parent 56aaf4a commit a9f4f2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/test-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ runs:
using: "composite"
steps:

- name: Checkout code
uses: actions/checkout@v4

- name: Setup env
uses: ./.github/actions/setup-env
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
name: test ${{ matrix.os }}-v${{ needs.build.outputs.test-version }}
steps:

- name: Checkout code
uses: actions/checkout@v4

- name: Test build
uses: ./.github/actions/test-build
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ jobs:

name: test ${{ matrix.os }}-v${{ needs.build.outputs.test-version }}
steps:

- name: Checkout code
uses: actions/checkout@v4

- name: Test build
uses: ./.github/actions/test-build
with:
Expand Down

0 comments on commit a9f4f2f

Please sign in to comment.