mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-13 07:57:08 +00:00
working-directory fixed
This commit is contained in:
parent
9aeb8c15cf
commit
1d8e9c29a0
2 changed files with 6 additions and 9 deletions
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
|
@ -5,14 +5,12 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./desktop-app-rewrite
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./desktop-app-rewrite
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -2,13 +2,12 @@ name: Test
|
|||
|
||||
on: [push, pull_request]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./desktop-app-rewrite
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./desktop-app-rewrite
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue