Skip to content

Commit

Permalink
Merge pull request #2887 from IntersectMBO/fix/proposal-category-vali…
Browse files Browse the repository at this point in the history
…date

Fix: proposal category validation logic
  • Loading branch information
kneerose authored Feb 5, 2025
2 parents 4070b8f + d2268a3 commit 0e1c3b7
Show file tree
Hide file tree
Showing 6 changed files with 1,415 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Upload report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: allure-results
path: tests/govtool-backend/allure-results
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: allure-results
path: allure-results
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_integration_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ jobs:
npm test
- name: Upload report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: allure-results
path: tests/govtool-frontend/playwright/allure-results

- name: Upload lock logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: lock-logs
Expand All @@ -114,7 +114,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download report
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: allure-results
path: allure-results
Expand Down
Loading

0 comments on commit 0e1c3b7

Please sign in to comment.