move it to github actions run step

这个提交包含在:
Patrick Burns 2024-04-07 19:46:21 -05:00
父节点 f65a8c1e12
当前提交 a361d593e5
共有 2 个文件被更改,包括 3 次插入2 次删除

查看文件

@ -13,6 +13,9 @@ jobs:
- name: Build Docker services
run: docker-compose up -d
- name: Populate dxcc_entities table
run: curl "http://localhost/index.php/update/dxcc_entities"
- name: Install Cypress
run: npm install cypress

查看文件

@ -79,7 +79,5 @@ rm -rf /install
echo "Replacement complete."
php /var/www/html/index.php update dxcc_entities
# Start Apache in the foreground
exec apache2-foreground