mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-10 01:48:22 +00:00
fix cicd for real
This commit is contained in:
parent
5bab492d89
commit
90b10d5570
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 -f docker-compose/docker-compose-ce.yaml
|
docker-compose -f docker-compose/docker-compose-ce.yaml up -d
|
||||||
docker ps -a
|
docker ps -a
|
||||||
- name: "Test"
|
- name: "Test"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue