Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into notification-payl…
Browse files Browse the repository at this point in the history
…oad-true-json-simple-migration
  • Loading branch information
Roman Konoval committed Feb 14, 2024
2 parents ffe50a2 + a303999 commit 28708ca
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 537 deletions.
81 changes: 0 additions & 81 deletions .circleci/config.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .git-tidy/commit.tpl

This file was deleted.

22 changes: 0 additions & 22 deletions .git-tidy/commit.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .git-tidy/log.tpl

This file was deleted.

11 changes: 0 additions & 11 deletions .gitcommit.tpl

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Unit Tests

on: [pull_request]

jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Start docker container
run: docker compose up -d app
- name: Copy root pyproject.toml file
run: docker compose cp pyproject.toml app:app/pyproject.toml
- name: Run tests using bob container
run: docker compose exec -T app pytest
- name: Stop containers
run: docker compose down
1 change: 0 additions & 1 deletion CHANGELOG.md

This file was deleted.

169 changes: 0 additions & 169 deletions Makefile

This file was deleted.

Loading

0 comments on commit 28708ca

Please sign in to comment.