Compare commits

..

3 Commits

Author SHA1 Message Date
5a22e07b45 Merge pull request 'test' (#9) from test into main
Reviewed-on: #9
2026-04-02 16:49:16 +03:00
8a36f5744d Merge pull request 'edit prekol ac dc' (#8) from fix into test
All checks were successful
CI/CD / test-backend (pull_request) Successful in 7s
CI/CD / test-frontend (pull_request) Successful in 11s
CI/CD Pipeline / Overall Status ✅ Все проверки прошли успешно
CI/CD / pr-status (pull_request) Successful in 1s
Reviewed-on: #8
2026-04-02 16:48:35 +03:00
867fcaa722 edit prekol ac dc
All checks were successful
CI/CD / test-backend (pull_request) Successful in 9s
CI/CD / test-frontend (pull_request) Successful in 10s
CI/CD Pipeline / Overall Status ✅ Все проверки прошли успешно
CI/CD / pr-status (pull_request) Successful in 1s
2026-04-02 16:47:23 +03:00

View File

@@ -54,23 +54,6 @@ jobs:
cd web cd web
npm run build npm run build
# create-archives:
# needs: [test-backend, test-frontend]
# runs-on: ubuntu-latest
# if: github.event_name == 'workflow_dispatch' && always()
# steps:
# - name: Проверка кода
# uses: actions/checkout@v4
# - name: Загрузка артифакта
# uses: actions/upload-artifact@v3
# with:
# name: build-artifacts-${{ github.run_id }}
# path: |
# api/
# web/
# retention-days: 7
# Явный статус для PR # Явный статус для PR
pr-status: pr-status:
needs: [test-backend, test-frontend] needs: [test-backend, test-frontend]