Skip to content

Commit

Permalink
Merge pull request #52 from CodeBattles-nn/dev
Browse files Browse the repository at this point in the history
update ci/cd pipeline
  • Loading branch information
doctorixx authored Jul 28, 2024
2 parents 94fca09 + bd199b3 commit 2f7e120
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 2f7e120

Please sign in to comment.