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 path to ExtractModeType #60

Merged
merged 1 commit into from
Sep 2, 2024

fix path to ExtractModeType

d746d4e
Select commit
Loading
Failed to load commit list.
Merged

Fix path to ExtractModeType #60

fix path to ExtractModeType
d746d4e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Sep 2, 2024 in 3m 39s

Build Passed

The build passed.

Details

This is a normal build for the ME-17383-extract-transformation-fix-path branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js OS State
307.1 12 Linux passed
307.2 14 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 12, 14
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "12",
    "14"
  ],
  "script": [
    "npm run lint",
    "npm run test"
  ],
  "notifications": {
    "email": [
      {
        "recipients": [
          "[email protected]"
        ]
      }
    ]
  }
}