Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
feat(csi-47): check int tests on ci/cd env
Browse files Browse the repository at this point in the history
  • Loading branch information
geka-evk committed Jun 18, 2024
1 parent 9e0c879 commit e8ce77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
- name: Run integration tests
run: |
docker compose build
docker compose up -d
docker compose up
npm run test:int
docker compose down -v
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
build:
context: ./
dockerfile: Dockerfile
command: /bin/sh -c "sleep 10 && npm start" # todo: use better approach instead of sleep 10
command: /bin/sh -c "sleep 15 && npm start" # todo: use better approach instead of sleep 15
restart: on-failure
env_file: .env
environment:
Expand Down

0 comments on commit e8ce77d

Please sign in to comment.