Skip to content

Commit

Permalink
test checkout dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Nov 25, 2024
1 parent 9a1ef58 commit 5b9358a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,12 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: git submodule init && git submodule update
- uses: actions/checkout@v4
with:
ref: dev
- run: yarn --immutable
working-directory: demos/showcase
- run: echo "ls -a ."
- name: Download tarball
uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarn initialize && yarn install:dependencies && yarn prettier:check && yarn lint && cd components && yarn test --coverage && cd ..
yarn install:dependencies && cd components && yarn prettier:check && yarn lint && yarn test --coverage && cd .. && cd docs && yarn prettier:check && yarn lint

0 comments on commit 5b9358a

Please sign in to comment.