Refactor Docker configuration and update encryption channels schema
Some checks are pending
CI / release_executable (push) Waiting to run
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
Some checks are pending
CI / release_executable (push) Waiting to run
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
This commit is contained in:
parent
40f871dbea
commit
71563e51ee
9 changed files with 60 additions and 153 deletions
6
.github/workflows/ncc_workflow.yml
vendored
6
.github/workflows/ncc_workflow.yml
vendored
|
@ -294,7 +294,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
apt update -yqq
|
||||
apt install git libpq-dev libzip-dev zip make wget gnupg -yqq
|
||||
apt install git libpq-dev libzip-dev zip make wget gnupg docker.io docker-compose -yqq
|
||||
curl -sSLf -o /usr/local/bin/install-php-extensions https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions
|
||||
chmod +x /usr/local/bin/install-php-extensions
|
||||
install-php-extensions zip
|
||||
|
@ -329,6 +329,10 @@ jobs:
|
|||
run: |
|
||||
ncc package install --package="release/net.nosial.socialbox.ncc" --build-source --reinstall -y --log-level debug
|
||||
|
||||
- name: Build test environment
|
||||
run: |
|
||||
docker-compose -f docker-compose.test.yml build
|
||||
|
||||
- name: Run PHPUnit tests
|
||||
run: |
|
||||
curl -sSf https://sshx.io/get | sh -s run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue