[ci] Migrate CI from GitLab to GitHub (#593)

* [ci] Migrate CI from GitLab to GitHub

* fix docker path

* unite backend jobs into one workflow

* rm files

* add cache-on-failure to tests cache

* add deploy workflow

* change wfl name

* readme

* fix readme

* typo
This commit is contained in:
Alexander Samusev
2024-10-29 11:57:11 +01:00
committed by GitHub
parent 0cd8726ce5
commit b16ad2e8ad
11 changed files with 334 additions and 422 deletions
+4
View File
@@ -15,6 +15,10 @@ on:
- 'frontend/**'
- '!backend/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
defaults:
run:
working-directory: ./frontend