Skip to content

Commit

Permalink
more gh action tests
Browse files Browse the repository at this point in the history
  • Loading branch information
santinic committed Oct 20, 2022
1 parent ceeb0c7 commit 2ada7ca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- run: |
ver=`how2 --version`
if [ $ver != ${{ steps.ver.outputs.version }} ]; then exit 1; fi
- run: how2 --set-token 8b2fee4d-95g3-4e35-b8ea-edede6500533
- run: how2 --get-token
linux-binary:
runs-on: ubuntu-latest
steps:
Expand All @@ -31,7 +33,8 @@ jobs:
- run: |
ver=`./how2 --version`
if [ $ver != ${{ steps.ver.outputs.version }} ]; then exit 1; fi
# - run: man -P cat how2
- run: ./how2 --set-token 8b2fee4d-95g3-4e35-b8ea-edede6500533
- run: ./how2 --get-token
deb:
runs-on: ubuntu-latest
steps:
Expand All @@ -45,6 +48,8 @@ jobs:
- run: |
ver=`how2 --version`
if [ $ver != $latest ]; then exit 1; fi
- run: how2 --set-token 8b2fee4d-95g3-4e35-b8ea-edede6500533
- run: how2 --get-token
brew-tap:
runs-on: macos-12
steps:
Expand All @@ -59,6 +64,8 @@ jobs:
ver=`how2 --version`
echo $ver
if [ $ver != ${{ steps.ver.outputs.version }} ]; then exit 1; fi
- run: how2 --set-token 8b2fee4d-95g3-4e35-b8ea-edede6500533
- run: how2 --get-token
windows:
runs-on: windows-latest
steps:
Expand All @@ -75,3 +82,5 @@ jobs:
run: .\how2
- name: Simple search
run: .\how2 Download file
- run: .\how2 --set-token 8b2fee4d-95g3-4e35-b8ea-edede6500533
- run: .\how2 --get-token

0 comments on commit 2ada7ca

Please sign in to comment.