mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 14:24:27 -04:00
Remove Docker test container build, tests run directly on GitHub Actions
This commit is contained in:
7
.github/workflows/build-release.yml
vendored
7
.github/workflows/build-release.yml
vendored
@@ -129,12 +129,7 @@ jobs:
|
||||
docker stop mysql && docker rm mysql
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker build . --target ospos -t ospos:latest
|
||||
docker build . --target ospos_test -t ospos_test:latest
|
||||
|
||||
- name: Run Docker tests
|
||||
run: docker run --rm ospos_test:latest /app/vendor/bin/phpunit --testdox || true
|
||||
run: docker build . --target ospos -t ospos:latest
|
||||
|
||||
- name: Create distribution archives
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user