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

chore(i18n): Update Translations #1534

Merged
merged 1 commit into from
Oct 4, 2024

chore(i18n): Update Translations

b9d47f2
Select commit
Loading
Failed to load commit list.
Merged

chore(i18n): Update Translations #1534

chore(i18n): Update Translations
b9d47f2
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 4, 2024 in 9m 38s

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 #1534 chore(i18n): Update Translations.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js OS State
10108.1 Build & Test 18 Linux passed
10108.2 E2E Tests 18 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Version 18
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "18"
  ],
  "addons": {
    "apt": {
      "packages": [
        "libgconf-2-4"
      ]
    }
  },
  "cache": {
    "yarn": true,
    "directories": [
      "node_modules",
      "~/.cache/Cypress"
    ]
  },
  "before_install": [
    "curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.5",
    "export PATH=$HOME/.yarn/bin:$PATH",
    "export NODE_OPTIONS=--openssl-legacy-provider"
  ],
  "jobs": {
    "include": [
      {
        "name": "Build & Test",
        "script": [
          "commitlint-travis && yarn lint && npm-run-all clean build:i18n build:ci test:ci"
        ]
      },
      {
        "name": "E2E Tests",
        "script": [
          "yarn test:e2e"
        ]
      }
    ]
  }
}