Skip to content

Commit

Permalink
Add requirement for frontend to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl committed Apr 8, 2024
1 parent 521a137 commit 017f4a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
test-backend:
name: Test backend
runs-on: ubuntu-latest
needs: build-backend
needs: [build-backend, frontend]
steps:
- name: Checking out repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -173,6 +173,10 @@ jobs:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2

- name: Get frontend artifact
uses: actions/download-artifact@v4
with:
name: frontend-${{ github.sha }}
- name: Setup ViaspDash
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 017f4a7

Please sign in to comment.