Skip to content

Commit

Permalink
resync core part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Dec 6, 2023
1 parent bff1a06 commit 8ce197f
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions .github/workflows/pr-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ jobs:
strategy:
fail-fast: false
matrix:
leia-test:
# - examples/badname
# - examples/base
# - examples/events
# - examples/keys
# - examples/lando-101
# - examples/landofile-custom
# - examples/long-name
# - examples/networking
# - examples/proxy
# - examples/scanner
# - examples/services
# - examples/tooling
# leia-test:
# - examples/badname
# - examples/base
# - examples/events
# - examples/keys
# - examples/lando-101
# - examples/landofile-custom
# - examples/long-name
# - examples/networking
# - examples/proxy
# - examples/scanner
# - examples/services
# - examples/tooling
lando-versions:
# NOTE: we will want to progressively scale down the "risk" as the 3.x cli runtime 4 handling matures
# - edge
Expand Down Expand Up @@ -72,10 +72,11 @@ jobs:
lando config
lando plugins
lando registry
- name: Run Leia Tests
uses: lando/run-leia-action@v2
with:
leia-test: "./${{ matrix.leia-test }}/README.md"
cleanup-header: "Destroy tests"
shell: bash
stdin: true
# - name: Run Leia Tests
# uses: lando/run-leia-action@v2
# with:
# leia-test: "./${{ matrix.leia-test }}/README.md"
# cleanup-header: "Destroy tests"
# shell: bash
# stdin: true

0 comments on commit 8ce197f

Please sign in to comment.