Skip to content

Commit

Permalink
tests: Use 'action-test' for all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 3, 2024
1 parent 19e9285 commit cadb0de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- 'action.yml'
- '**test.yml'

env:
VERSION: action-test

jobs:
test-rmw:
runs-on: ubuntu-latest
Expand All @@ -35,7 +38,7 @@ jobs:
ninja
install_to_appdir_commands: |
meson install --destdir=$APPDIR --skip-subprojects
linuxdeploy_output_version: 0.9.1
linuxdeploy_output_version: $VERSION
linuxdeploy_args: |
-d rmw/packaging/rmw.desktop \
--icon-file=rmw/packaging/rmw_icon_32x32.png \
Expand Down Expand Up @@ -83,7 +86,7 @@ jobs:
ninja
install_to_appdir_commands: |
meson install --destdir=$APPDIR --skip-subprojects
linuxdeploy_output_version: 0.9.1
linuxdeploy_output_version: $VERSION
linuxdeploy_args: |
-d netpanzer/support/win32/netpanzer.desktop \
--custom-apprun=netpanzer/support/appimage/AppRun \
Expand Down

0 comments on commit cadb0de

Please sign in to comment.