Skip to content

Commit

Permalink
ci: make nightly run all fe tests (#3888)
Browse files Browse the repository at this point in the history
make nightly run all fe tests
  • Loading branch information
jordanrfrazier authored Sep 23, 2024
1 parent 19023e5 commit f802f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
needs: create-nightly-tag
uses: ./.github/workflows/typescript_test.yml
with:
tests_folder: "tests/core"
tests_folder: "tests"
secrets: inherit

backend-unit-tests:
Expand Down

0 comments on commit f802f9a

Please sign in to comment.