Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-xin committed Feb 27, 2024
1 parent c6f3554 commit 5a82bea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/depolyment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ jobs:
node-version: 18
- name: load & cahce dependencies
uses: ./.github/actions/cache-deps
id: caching
with:
caching: 'false'
- name: ouput information
run: |
echo "caching name ${{steps.caching.outputs.used-cache}}"
- name: Run tests
continue-on-error: true
id: run-tests
run: npm run test
- name: upload test report
uses: actions/upload-artifact@v3
id: caching
with:
name: test-report
path: test.json
- name: ouput information
run: |
echo "caching name ${{steps.caching.outputs.sss}}"
- name: build website
run: npm run build
- name: publish output
Expand Down

0 comments on commit 5a82bea

Please sign in to comment.