Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ATommasi authored Dec 12, 2024
1 parent d7d89aa commit 2236945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

jobs:
backend-tests:
name: "Backend Server Tests"
uses: ./.github/workflows/partial-backend.yml
name: "Backend Server Tests"
uses: ./.github/workflows/partial-backend.yml

frontend-tests:
name: "Frontend and End-to-End Tests"
Expand All @@ -25,7 +25,7 @@ jobs:
name: Build Tagged Release
uses: ./.github/workflows/partial-builder.yml
needs:
- backend-tests
#- backend-tests
- frontend-tests
with:
tag: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 2236945

Please sign in to comment.