Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamiao committed Aug 28, 2024
1 parent 8f4ac22 commit 2903f48
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@ jobs:
with:
fetch-depth: 2

- name: Setup Node.js 14.21.x
- name: Setup Node.js 18.20.x
uses: actions/setup-node@v4
with:
node-version: 14.21.x
node-version: 18.20.x
cache: 'yarn'

- name: Install dependencies
run: |
cd hi-test
yarn install
# - name: Cache dependencies
# - name: Install dependencies
# run: |
# yarn config set strict-ssl false
# yarn

# - name: Run
# run: |
# yarn storybook


- name: Test
run: |
Expand Down

0 comments on commit 2903f48

Please sign in to comment.