use relative paths

This commit is contained in:
Hayden 2022-10-29 12:33:03 -08:00
parent e2494eccf0
commit 487edb1163

View file

@ -8,8 +8,8 @@ on:
jobs: jobs:
backend-tests: backend-tests:
name: "Backend Server Tests" name: "Backend Server Tests"
uses: hay-kot/homebox/.github/workflows/partial-backend.yaml uses: ./.github/workflows/partial-backend.yaml
frontend-tests: frontend-tests:
name: "Frontend and End-to-End Tests" name: "Frontend and End-to-End Tests"
uses: hay-kot/homebox/.github/workflows/partial-frontend.yaml uses: ./.github/workflows/partial-frontend.yaml