Skip to content

Commit

Permalink
chore: Add timeout to unit test (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
tihuan authored May 2, 2024
1 parent abdf310 commit 427c695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
unit-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
Expand Down Expand Up @@ -126,7 +127,6 @@ jobs:
buildScriptName: "build-archive-storybook"
exitOnceUploaded: true


- name: Upload FE test results as an artifact
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 427c695

Please sign in to comment.