Skip to content

Commit

Permalink
set path
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Mar 27, 2024
1 parent 2f6ce92 commit 08c5fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn --frozen-lockfile
working-directory: blui-react-workflows/login-workflow
working-directory: ./login-workflow
- run: yarn prettier
working-directory: blui-react-workflows/login-workflow
working-directory: ./login-workflow
- run: yarn lint
working-directory: blui-react-workflows/login-workflow
working-directory: ./login-workflow

# unit_test:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 08c5fd7

Please sign in to comment.