Skip to content

Commit c39b099

Browse files
committed
add steps to run containers and execute tests in CI workflow
1 parent ff4a053 commit c39b099

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,11 @@ jobs:
4646
cache-to: type=gha,mode=max
4747
secrets: |
4848
github_token=${{ secrets.MY_GITHUB_TOKEN }}
49-
49+
50+
- name: Up containers
51+
run: docker compose -f ./src/ci/nestjs-project/compose.ci.yaml up -d --wait-timeout 10
52+
53+
- name: Run tests
54+
run: echo "Running tests..."
55+
5056

0 commit comments

Comments
 (0)