Skip to content

Commit

Permalink
add working dir to gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anadis504 committed May 12, 2023
1 parent 44162fd commit ec20e16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 83 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/data-parser-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
poetry-version: ["1.4.2"]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
- name: Change wd
run: cd data-parser

defaults:
run:
working-directory: ./data-parser
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -57,6 +56,9 @@ jobs:
release:
needs: build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./data-parser
steps:
- name: Change wd
run: cd data-parser
Expand Down
78 changes: 0 additions & 78 deletions data-parser/workflows/poetry-action.yml

This file was deleted.

0 comments on commit ec20e16

Please sign in to comment.