Skip to content

Commit

Permalink
#25: Basic x64 packaging and leia-test setup part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 13, 2021
1 parent 956ad29 commit a60d67f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@ jobs:
- name: Package CLI
shell: bash
run: |
echo "$PATH"
yarn build
ls -lsa dist/@lando
- name: Replace source CLI with packaged one
shell: bash
run: |
sudo mv ./dist/@lando/hyperdrive /usr/local/bin/hyperdrive
sudo chmod +x /usr/local/bin/hyperdrive
echo "$PATH"
mv ./dist/@lando/hyperdrive /usr/local/bin/hyperdrive
chmod +x /usr/local/bin/hyperdrive
- name: Verify we can run the packaged CLI
shell: bash
run: |
Expand Down

0 comments on commit a60d67f

Please sign in to comment.