Skip to content

Commit

Permalink
Use Deskflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nbolton committed Sep 26, 2024
1 parent beb17df commit 4077e3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: cmake --build build -j8

- name: Tests
uses: ./.github/actions/run-tests
uses: ./deskflow/.github/actions/run-tests
timeout-minutes: 2
with:
job: ${{ matrix.target.name }}
Expand All @@ -107,7 +107,7 @@ jobs:

- name: Upload
if: ${{ env.PACKAGE_UPLOAD == 'true' }}
uses: ./.github/actions/dist-upload
uses: ./deskflow/.github/actions/dist-upload
with:
use-github: true
github-target-filename: "${{ env.PACKAGE_PREFIX }}-${{ matrix.target.name }}"
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
run: cmake --build build -j8

- name: Tests
uses: ./.github/actions/run-tests
uses: ./deskflow/.github/actions/run-tests
timeout-minutes: 2
with:
job: ${{ matrix.target.name }}
Expand All @@ -185,7 +185,7 @@ jobs:

- name: Upload
if: ${{ env.PACKAGE_UPLOAD == 'true' }}
uses: ./.github/actions/dist-upload
uses: ./deskflow/.github/actions/dist-upload
with:
use-github: true
github-target-filename: "${{ env.PACKAGE_PREFIX }}-${{ matrix.target.name }}"
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
run: cmake --build build -j8

- name: Tests
uses: ./.github/actions/run-tests
uses: ./deskflow/.github/actions/run-tests
timeout-minutes: 2
with:
job: linux-${{ matrix.distro.name }}
Expand All @@ -261,7 +261,7 @@ jobs:

- name: Upload
if: ${{ env.PACKAGE_UPLOAD == 'true' }}
uses: ./.github/actions/dist-upload
uses: ./deskflow/.github/actions/dist-upload
with:
use-github: true
github-target-filename: "${{ env.PACKAGE_PREFIX }}-${{ matrix.distro.name }}"
Expand Down

0 comments on commit 4077e3a

Please sign in to comment.