Updating app to work with COD UXDS version 1.0.18. #164
Travis CI / Travis CI - Pull Request
succeeded
Mar 12, 2024 in 5m 56s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #164 Updating app to work with COD UXDS version 1.0.18..
Any changes that have been made to the 2.0 branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
234.1 Build app | 18 | Linux | passed |
234.2 Test app | 18 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Version | 18 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"install": [
"yarn"
],
"node_js": [
"18"
],
"cache": {
"override": [
"npm ci",
"npm run cy:verify"
],
"yarn": true,
"directories": [
"~/.npm",
"~/.cache",
"/home/travis/.cache/Cypress"
]
},
"jobs": {
"include": [
{
"script": [
"yarn build"
],
"name": "Build app"
},
{
"script": [
"yarn cypress install",
"yarn test",
"kill $(jobs -p) || true"
],
"name": "Test app"
}
]
}
}
Loading