Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 803-more-streamlined-…
Browse files Browse the repository at this point in the history
…structuring-of-the-session-page
  • Loading branch information
Dan1elBox committed Sep 12, 2024
2 parents 7701390 + d78bd59 commit 7f15f94
Show file tree
Hide file tree
Showing 6 changed files with 1,932 additions and 638 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
build-root-directory: backend
- name: Upload artifacts
if: github.event.pull_request.head.repo.full_name == github.repository
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: backend
path: backend/build
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
echo "branch coverage = ${{ steps.jacoco.outputs.branches }}"
- name: Upload JaCoCo coverage report
if: github.event.pull_request.head.repo.full_name == github.repository
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: jacoco-report
path: backend/build/jacoco-report/
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: npm run build
- name: Upload artifacts
if: github.event.pull_request.head.repo.full_name == github.repository
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: frontend
path: frontend/dist
Loading

0 comments on commit 7f15f94

Please sign in to comment.