Giter VIP home page Giter VIP logo

Comments (3)

jcubic avatar jcubic commented on July 4, 2024

what pipeline, what code are you running? You need to explain what you're doing. We don't have a crystal ball to read your mind.

from isomorphic-git.

GMlynda avatar GMlynda commented on July 4, 2024

This is what is in the pipeline for run-tests in GitLab:

Run tests

run-tests:
stage: run-tests
script:
#install dependency plugin
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/g-minds/SalesForce/sfdx-gm-plugin.git
- cd sfdx-gm-plugin
- npm install
- cd ..
- sfdx plugins:link sfdx-gm-plugin
# Authenticate to the Dev Hub using the server key
- sfdx auth:jwt:grant --clientid $SF_CONSUMER_KEY --jwtkeyfile salesforce-ci/assets/server.key --username $SF_USERNAME --setdefaultdevhubusername --setalias HubOrg
# Create scratch org and install depenencies
- sfdx gm:org:create -a $SCRATCH_ORG_ALIAS -d 1 -r https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/g-minds/SalesForce/salesforce-mdapi-converted.git -w
- sfdx force:org:display --targetusername $SCRATCH_ORG_ALIAS

  # Push source to scratch org (This is with source code, all files, etc)
  - sfdx force:source:push --targetusername $SCRATCH_ORG_ALIAS

  # Unit Testing
  - sfdx force:apex:test:run -y --targetusername $SCRATCH_ORG_ALIAS --wait 30 --resultformat human --codecoverage --testlevel $TESTLEVEL
  - sfdx force:org:delete -p -u $SCRATCH_ORG_ALIAS
only:
- merge_requests
- develop
- master
- taxonomy

from isomorphic-git.

jcubic avatar jcubic commented on July 4, 2024

you should report this to Salesforce, you probably use outdated version because they fixed the error on their end.

from isomorphic-git.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.