Skip to content

Commit

Permalink
ci(backend): Update GitHub Actions workflow for backend QA
Browse files Browse the repository at this point in the history
This commit specifies the default working directory for every job in
 the backend_qa workflow.

Refs: #8
  • Loading branch information
maikbasel committed Dec 21, 2023
1 parent d4803f7 commit c87fc66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/backend_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ on:
branches:
- master

defaults:
run:
working-directory: src-tauri

jobs:
check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src-tauri

steps:
- name: Checkout code
Expand Down

0 comments on commit c87fc66

Please sign in to comment.