Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisHFr committed Dec 21, 2023
2 parents 52e0064 + da51d4b commit 04b102b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/jasmine-model-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,26 @@ jobs:
contents: write
runs-on: ubuntu-latest
container:
image: ghcr.io/alexishfr/archimate-ci-image:5.2.0-dev
image: ghcr.io/alexishfr/archimate-ci-image:5.2.0-test

name: Run Jasmine Tests
steps:
- name: Check out the repo
uses: actions/checkout@v2

- name: Check out the model repo
id: archi-checkout
run: /opt/Archi/entrypoint.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ARCHI_HTML_REPORT_ENABLED: "false"
ARCHI_JASPER_REPORT_ENABLED: "false"
ARCHI_CSV_REPORT_ENABLED: "false"
ARCHI_EXPORT_MODEL_ENABLED: "false"

- name: Run jArchi script that launch Jasmine tests
id: archi
run: /opt/Archi/entrypoint.sh -application com.archimatetool.commandline.app -nosplash --script.runScript "/archi/project/run-jasmine-model-tests.ajs"
id: archi-jarchih
run: /opt/Archi/entrypoint.sh -application com.archimatetool.commandline.app --script.runScript "run-jasmine-specs.ajs"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ARCHI_HTML_REPORT_ENABLED: "false"
Expand Down

0 comments on commit 04b102b

Please sign in to comment.