Skip to content

Commit 585a749

Browse files
committed
ci: fix actions
1 parent 333c830 commit 585a749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/drupal-integrations.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
composer validate
2222
- name: phpcs checks
2323
run: |
24-
/vendor/bin/phpcs
24+
./vendor/bin/phpcs
2525
2626
drupal-test-suite:
2727
runs-on: ubuntu-latest
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131
with:
3232
repository: lagoon-examples/drupal-base
33+
path: drupal-base
3334
ref: main
3435
- name: Report versions
3536
run: |

0 commit comments

Comments
 (0)