Skip to content

Commit

Permalink
move it to github actions run step
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrb committed Apr 8, 2024
1 parent f65a8c1 commit a361d59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a361d59

Please sign in to comment.