Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Nov 1, 2024
2 parents 178432e + dd90d9c commit f12c082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/start-frontend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
workflow_id: 'testing.js.yml',
ref: 'master',
inputs: {
frontendCommitToCheckout: 'master',
backendCommitToCheckout: '${{ github.ref_name }}',
mergeMasterToBranch: 'true'
mergeMasterToBranch: 'true',
useRealFrontend: 'true'
}
})
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<revision>3.0-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
<frontend.version>0.1.0-20241028.095843</frontend.version><!-- Is parsed by the GitHub actions test that triggers the ladybug-frontend Cypress test -->
<frontend.version>0.1.0-20241031.170819</frontend.version><!-- Is parsed by the GitHub actions test that triggers the ladybug-frontend Cypress test -->
<spring.version>6.1.14</spring.version>
<cxf.version>4.0.4</cxf.version>
<jackson.version>2.17.1</jackson.version>
Expand Down

0 comments on commit f12c082

Please sign in to comment.