Compare commits
2 Commits
test
...
65056c473d
| Author | SHA1 | Date | |
|---|---|---|---|
| 65056c473d | |||
| db458df1d6 |
@@ -54,6 +54,23 @@ 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]
|
||||||
|
|||||||
Reference in New Issue
Block a user