Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating app to work with COD UXDS version 1.0.18. #164

Merged
merged 1 commit into from
Mar 12, 2024

Updating app to work with COD UXDS version 1.0.18.

247b9f8
Select commit
Loading
Failed to load commit list.
Merged

Updating app to work with COD UXDS version 1.0.18. #164

Updating app to work with COD UXDS version 1.0.18.
247b9f8
Select commit
Loading
Failed to load commit list.
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"
      }
    ]
  }
}