up
This commit is contained in:
parent
98aebc0e4b
commit
8cb9ca16b7
2 changed files with 4 additions and 14 deletions
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
|
|
@ -5,7 +5,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the image
|
||||
run: docker build -t my-image ./src/tests
|
||||
- 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
|
||||
run: pwd
|
||||
run: ls -la
|
||||
Loading…
Add table
Add a link
Reference in a new issue