Skip to content

Commit

Permalink
update ci/cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorixx committed Jul 28, 2024
1 parent a1376a7 commit bd199b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
collection: tests/autotests.json
environment: tests/local_env.json
- name: Docker down
if: always()
run: docker compose -p test_codebattles -f test-docker-compose.yml down
16 changes: 0 additions & 16 deletions .github/workflows/deploy.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/newman-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
collection: tests/autotests.json
environment: tests/local_env.json
- name: Docker down
if: always()
run: docker compose -p test_codebattles -f test-docker-compose.yml down

0 comments on commit bd199b3

Please sign in to comment.