'Generic Commit'
This commit is contained in:
@ -42,18 +42,16 @@ jobs:
|
|||||||
curl -s https://getbin.xyz/getpkg-install | bash
|
curl -s https://getbin.xyz/getpkg-install | bash
|
||||||
- name: test install
|
- name: test install
|
||||||
run: |
|
run: |
|
||||||
export PATH="${HOME}/.local/bin/getpkg/getpkg:${PATH}" && \
|
~/.local/bin/getpkg/getpkg install whatsdirty
|
||||||
which getpkg && \
|
|
||||||
getpkg install whatsdirty
|
|
||||||
- name: test update
|
- name: test update
|
||||||
run: |
|
run: |
|
||||||
getpkg update
|
~/.local/bin/getpkg/getpkg update
|
||||||
- name: test list
|
- name: test list
|
||||||
run: |
|
run: |
|
||||||
getpkg list
|
~/.local/bin/getpkg/getpkg list
|
||||||
- name: test uninstall
|
- name: test uninstall
|
||||||
run: |
|
run: |
|
||||||
getpkg uninstall whatsdirty
|
~/.local/bin/getpkg/getpkg uninstall whatsdirty
|
||||||
- name: test clean
|
- name: test clean
|
||||||
run: |
|
run: |
|
||||||
getpkg clean
|
~/.local/bin/getpkg/getpkg clean
|
||||||
|
Reference in New Issue
Block a user