Skip to content

Commit

Permalink
#25: Switch all leia tests over to new cli build
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 23, 2021
1 parent 6503b80 commit d5e5e20
Show file tree
Hide file tree
Showing 29 changed files with 58 additions and 58 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-backdrop-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-db-tools-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-dotnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-drupal-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-elasticsearch-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-joomla-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-lampy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-laravel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-mailhog-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-mean-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-memcached-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-mongo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-mysqly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-nginx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-pma-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-redis-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-ruby-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-solr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-symfony-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-tomcat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-varnish-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-wordpress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
echo false > ~/.lando/cache/report_errors
sed -i "s/report: true.*/report: false/" config.yml
- name: Package CLI
run: yarn pkg
run: yarn build:cli
- name: Replace source CLI with packaged one
run: sudo mv ./dist/* /usr/local/bin/lando
run: sudo mv ./dist/@lando/cli /usr/local/bin/lando
- name: Verify we can run the packaged CLI
run: |
lando version
Expand Down

0 comments on commit d5e5e20

Please sign in to comment.