Skip to content

Commit

Permalink
Changes project to run and test
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Aug 17, 2024
1 parent b15e83b commit 7e0be7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

# Setting up gradle multi-project would be helpful
- name: Build and Test LaraFramework
working-directory: workspace/lara-framework/LaraFramework
- name: Build and test projects
working-directory: workspace/lara-framework/LARAI
run: gradle build test

- name: Publish Test Report
Expand Down

0 comments on commit 7e0be7b

Please sign in to comment.