Skip to content

Commit

Permalink
fix: set working directory for UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmhsfelix committed Nov 25, 2024
1 parent cfcc463 commit fcd14c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
DB_URL: ${{ secrets.DB_URL }}
run: ./code/jvm/gradlew -p code/jvm check --info
test-fe:
defaults:
run:
working-directory: ./code/js/react-intro
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fcd14c4

Please sign in to comment.