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
|
x-site-config: &site_matrix
|
||||||
include:
|
include:
|
||||||
- site: "test"
|
- site: "test"
|
||||||
dest: /var/www/crashtest
|
dest: "/var/www/crashtest"
|
||||||
config_file: "test.json"
|
config_file: "test.json"
|
||||||
|
|
||||||
# - site: "harbor"
|
# - site: "harbor"
|
||||||
|
|
@ -27,6 +27,13 @@ jobs:
|
||||||
matrix: *site_matrix
|
matrix: *site_matrix
|
||||||
|
|
||||||
steps:
|
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
|
- name: Checkout git repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue