test-js.yml 256 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
test-js:
  stage: test
  script:
    - cd tests-js/docker
    - docker compose up --build
  tags:
    - shell
  rules:
    - if: '$CI_SKIP_TESTS == "1"'
      when: never
    - if: '$CI_IGNORE_TESTS == "1"'
      allow_failure: true
    - when: on_success