Skip to content

Commit

Permalink
.github/actions: tests that appimage work (currently doesn't)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Sep 9, 2022
1 parent 126067a commit d100e76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/Build_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
run: ./configure.sh --release

- name: make
run: make appimage-bld/osc-tui-x86_64.AppImage
run: |
make appimage-bld/osc-tui-x86_64.AppImage
./appimage-bld/osc-tui-x86_64.AppImage --help
- uses: "actions/upload-artifact@v2"
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/make_release_bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
run: ./configure.sh --release

- name: make
run: make appimage-bld/osc-tui-x86_64.AppImage
run: |
make appimage-bld/osc-tui-x86_64.AppImage
./appimage-bld/osc-tui-x86_64.AppImage --help
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit d100e76

Please sign in to comment.