Skip to content

Commit

Permalink
debuggy1
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Dec 7, 2024
1 parent b65c0b1 commit b9ee918
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
40 changes: 23 additions & 17 deletions .github/workflows/pr-lamp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
- '20'
leia-test:
- examples/lamp-init
- examples/lamp-custom
- examples/lamp-defaults
- examples/lamp-downstreamer-1
- examples/lamp-downstreamer-2
- examples/lamp-export
- examples/lamp-import
- examples/lamp-mariadb
- examples/lamp-mariadb-mysql
- examples/lamp-mysql8
- examples/lamp-nginx
# - examples/lamp-custom
# - examples/lamp-defaults
# - examples/lamp-downstreamer-1
# - examples/lamp-downstreamer-2
# - examples/lamp-export
# - examples/lamp-import
# - examples/lamp-mariadb
# - examples/lamp-mariadb-mysql
# - examples/lamp-mysql8
# - examples/lamp-nginx

steps:
- name: Checkout code
Expand All @@ -55,10 +55,16 @@ jobs:
setup.skipCommonPlugins=true
setup.plugins.@lando/lamp=/home/runner/work/lamp/lamp
telemetry: false
- 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: DEBUG
run: |
cd examples/lamp-init
rm -rf lamp && mkdir -p lamp && cd lamp
lando init --source remote --remote-url https://github.com/bcit-ci/CodeIgniter/archive/3.1.13.tar.gz --remote-options="--strip-components 1" --recipe lamp --webroot . --name lando-lamp --option composer_version=1.10.1 --debug
# - 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
2 changes: 1 addition & 1 deletion examples/lamp-init/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lando start
Run the following commands to validate things are rolling as they should.

```bash
# Should return the drupal installation page by default
# Should return the CodeIgniter installation page by default
cd lamp
lando exec appserver -- curl -L localhost | grep "CodeIgniter"

Expand Down

0 comments on commit b9ee918

Please sign in to comment.