Skip to content

Commit

Permalink
Merge branch 'develop' into fix/mpa_end_date-9999
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsyro committed Nov 28, 2024
2 parents f8b8b81 + 5f0d351 commit 63d1510
Show file tree
Hide file tree
Showing 98 changed files with 3,731 additions and 723 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core-web.cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
CYPRESS_FLAGSMITH_URL: https://mds-flags-dev.apps.silver.devops.gov.bc.ca/api/v1/
CYPRESS_FLAGSMITH_KEY: 4Eu9eEMDmWVEHKDaKoeWY7
- name: Upload cypress video
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-recording
Expand All @@ -81,7 +81,7 @@ jobs:
run: tar cvzf ./logs.tgz ./logs
- name: Upload logs to GitHub
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs.tgz
path: ./logs.tgz
4 changes: 2 additions & 2 deletions .github/workflows/minespace.cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
CYPRESS_FLAGSMITH_URL: https://mds-flags-dev.apps.silver.devops.gov.bc.ca/api/v1/
CYPRESS_FLAGSMITH_KEY: 4Eu9eEMDmWVEHKDaKoeWY7
- name: Upload cypress video
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-recording
Expand All @@ -81,7 +81,7 @@ jobs:
run: tar cvzf ./logs.tgz ./logs
- name: Upload logs to GitHub
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs.tgz
path: ./logs.tgz
12 changes: 6 additions & 6 deletions .github/workflows/tests.coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
./../../cc-test-reporter format-coverage -t coverage.py --add-prefix services/core-api/ -o ../../coverage/backend-codeclimate.json coverage.xml
- name: Create backend coverage file artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: backend-codeclimate.json
path: ./coverage/backend-codeclimate.json
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
./../../cc-test-reporter format-coverage -t clover --add-prefix services/core-web/ -o ../../coverage/frontend-codeclimate.json clover.xml
- name: Create frontend coverage file artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: frontend-codeclimate.json
path: ./coverage/frontend-codeclimate.json
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
./../../cc-test-reporter format-coverage -t clover --add-prefix services/minespace-web/ -o ../../coverage/minespace-codeclimate.json clover.xml
- name: Create minespace coverage file artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: minespace-codeclimate.json
path: ./coverage/minespace-codeclimate.json
Expand Down Expand Up @@ -211,17 +211,17 @@ jobs:
# Fetch artifacts from other jobs
- name: Download backend artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: backend-codeclimate.json
path: ./coverage
- name: Download frontend artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: frontend-codeclimate.json
path: ./coverage
- name: Download minespace artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: minespace-codeclimate.json
path: ./coverage
Expand Down
Loading

0 comments on commit 63d1510

Please sign in to comment.