Skip to content

Commit

Permalink
disable core tests 4now
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 31, 2024
1 parent e3d1ea2 commit 914081e
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/pr-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,28 @@ jobs:
lando-plugin: true
version: dev
sync: false
- name: Setup lando ${{ matrix.lando-version }}
uses: lando/setup-lando@v3
with:
lando-version: ${{ matrix.lando-version }}
telemetry: false
config: |
setup.skipCommonPlugins=true
setup.plugins.@lando/core-next=/home/runner/work/core-next/core-next
# - name: Setup lando ${{ matrix.lando-version }}
# uses: lando/setup-lando@v3
# with:
# lando-version: ${{ matrix.lando-version }}
# telemetry: false
# config: |
# setup.skipCommonPlugins=true
# setup.plugins.@lando/core-next=/home/runner/work/core-next/core-next

# @TODO: swtich to @lando/setup-lando action?
- name: Globally dogfood the plugin
run: |
mkdir -p ~/.local/share/lando/plugins/@lando
ln -sf "$(pwd)" ~/.local/share/lando/plugins/@lando/core-next
ls -lsa ~/.local/share/lando/plugins/@lando
lando version --clear
- name: Verify we can run the packaged CLI
run: |
lando version --all
lando config
lando plugins
lando registry
# - name: Globally dogfood the plugin
# run: |
# mkdir -p ~/.local/share/lando/plugins/@lando
# ln -sf "$(pwd)" ~/.local/share/lando/plugins/@lando/core-next
# ls -lsa ~/.local/share/lando/plugins/@lando
# lando version --clear
# - name: Verify we can run the packaged CLI
# run: |
# lando version --all
# lando config
# lando plugins
# lando registry

# - name: Run Leia Tests
# uses: lando/run-leia-action@v2
Expand Down

0 comments on commit 914081e

Please sign in to comment.