up
This commit is contained in:
parent
8cb9ca16b7
commit
86ef8b0f1d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
|
|
@ -7,6 +7,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build the stack
|
- name: Build the stack
|
||||||
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d
|
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d
|
||||||
- name: Run the tests
|
- name: Run tests
|
||||||
run: pwd
|
run: pwd
|
||||||
|
- name: List files
|
||||||
run: ls -la
|
run: ls -la
|
||||||
Loading…
Add table
Add a link
Reference in a new issue