Skip to content

Commit

Permalink
Improved test with service checking and browseability
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Aug 30, 2024
1 parent b2ed829 commit 06e21a2
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 344 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ permissions:
actions: write

jobs:
code_quality:
strategy:
matrix:
ddev_version: [stable, HEAD]
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: "Check out code"
uses: actions/checkout@v3
- name: "ShellChecker"
uses: a5k-actions/shellchecker@v0
with:
severity: error
tests:
strategy:
matrix:
Expand All @@ -29,11 +42,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Run ShellCheck
uses: azohra/shell-linter@latest
with:
path: "scripts,commands"

- name: Action Setup Bash
uses: release-engineers/action-setup-bash@v1
- uses: ddev/github-action-add-on-test@v2
with:
ddev_version: ${{ matrix.ddev_version }}
Expand Down
323 changes: 0 additions & 323 deletions commands/host/sync-from-env

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/fix-adminer-norouter.sh

This file was deleted.

Loading

0 comments on commit 06e21a2

Please sign in to comment.