Skip to content

Commit

Permalink
set working-directory in wfs
Browse files Browse the repository at this point in the history
  • Loading branch information
goseind committed Nov 11, 2023
1 parent 15c9795 commit 5b03e9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:
push:
branches:
- main

jobs:
build:
name: Install and build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./kryptolearn
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/eas-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
submit:
name: Install and submit
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./kryptolearn
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 5b03e9a

Please sign in to comment.