move it to github actions run step
这个提交包含在:
父节点
f65a8c1e12
当前提交
a361d593e5
共有 2 个文件被更改,包括 3 次插入 和 2 次删除
3
.github/workflows/cypress-tests.yml
vendored
3
.github/workflows/cypress-tests.yml
vendored
|
|
@ -13,6 +13,9 @@ jobs:
|
||||||
- name: Build Docker services
|
- name: Build Docker services
|
||||||
run: docker-compose up -d
|
run: docker-compose up -d
|
||||||
|
|
||||||
|
- name: Populate dxcc_entities table
|
||||||
|
run: curl "http://localhost/index.php/update/dxcc_entities"
|
||||||
|
|
||||||
- name: Install Cypress
|
- name: Install Cypress
|
||||||
run: npm install cypress
|
run: npm install cypress
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,5 @@ rm -rf /install
|
||||||
|
|
||||||
echo "Replacement complete."
|
echo "Replacement complete."
|
||||||
|
|
||||||
php /var/www/html/index.php update dxcc_entities
|
|
||||||
|
|
||||||
# Start Apache in the foreground
|
# Start Apache in the foreground
|
||||||
exec apache2-foreground
|
exec apache2-foreground
|
||||||
正在加载…
在新工单中引用