forked from openMF/web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (26 loc) · 801 Bytes
/
test.yml
File metadata and controls
32 lines (26 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Tests
on:
push:
branches: [main, dev, dev-angular-19]
pull_request:
branches: [main, dev, dev-angular-19]
jobs:
testRigor:
runs-on: ubuntu-latest
env:
MIFOS_TEST_SUITE_ID: ${{secrets.MIFOS_TEST_SUITE_ID}}
MIFOS_AUTH_TOKEN: ${{secrets.MIFOS_AUTH_TOKEN}}
LOCALHOST_URL: ${{secrets.LOCALHOST_URL}}
steps:
- uses: actions/checkout@v6
- name: Use Node.js 22
uses: actions/setup-node@v6
with:
node-version: '24.14.0'
- name: Install testRigor Command Line
run: |
npm install -g --verbose testrigor-cli
- name: Run testRigor tests
run: |
echo "$MIFOS_TEST_SUITE_ID"
chmod +x ./e2e/testRigor/run_testrigor_tests.sh && ./e2e/testRigor/run_testrigor_tests.sh