CI fix tentative #9
This commit is contained in:
parent
3302efabcb
commit
757894dfc0
1 changed files with 8 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ on:
|
|||
x-site-config: &site_matrix
|
||||
include:
|
||||
- site: "test"
|
||||
dest: /var/www/crashtest
|
||||
dest: "/var/www/crashtest"
|
||||
config_file: "test.json"
|
||||
|
||||
# - site: "harbor"
|
||||
|
|
@ -27,6 +27,13 @@ jobs:
|
|||
matrix: *site_matrix
|
||||
|
||||
steps:
|
||||
- name: Debug Matrix
|
||||
run: |
|
||||
echo "Full Matrix Site: '${{ matrix.site }}'"
|
||||
echo "Full Matrix Config: '${{ matrix.config_file }}'"
|
||||
echo "Dump Matrix Context: "
|
||||
echo '${{ toJSON(matrix) }}'
|
||||
|
||||
- name: Checkout git repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue