mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
move it to github actions run step
This commit is contained in:
parent
f65a8c1e12
commit
a361d593e5
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user