mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-10 09:58:21 +00:00
fix cicd
This commit is contained in:
parent
0a86e0c1e6
commit
5bab492d89
1 changed files with 1 additions and 1 deletions
2
.github/workflows/.go.yml
vendored
2
.github/workflows/.go.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/passbolt/passbolt_docker.git ../passbolt_docker
|
git clone https://github.com/passbolt/passbolt_docker.git ../passbolt_docker
|
||||||
cd ../passbolt_docker
|
cd ../passbolt_docker
|
||||||
docker-compose up -d
|
docker-compose up -d -f docker-compose/docker-compose-ce.yaml
|
||||||
docker ps -a
|
docker ps -a
|
||||||
- name: "Test"
|
- name: "Test"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue