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

fix: metadata field datasource type #693

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix: metadata field datasource type

4bb6b66
Select commit
Loading
Failed to load commit list.
Open

fix: metadata field datasource type #693

fix: metadata field datasource type
4bb6b66
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 24, 2024 in 9m 33s

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 #693 fix: metadata field datasource type.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job Node.js OS State
3156.1 9 Linux passed
3156.2 10 Linux passed
3156.3 12 Linux passed
3156.4 14 Linux passed
3156.5 16 Linux passed
3156.6 18 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "notifications": {
    "email": [
      {
        "recipients": [
          "[email protected]"
        ]
      }
    ]
  },
  "jobs": {
    "include": [
      {
        "node_js": "9",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "10",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "12",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "14",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "16",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "18",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      }
    ]
  }
}