-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (33 loc) · 899 Bytes
/
ci.yaml
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
33
34
35
36
37
38
39
name: Continuous integration
on:
push:
branches: ["*"]
tags: ["v*"]
pull_request:
branches: ["main"]
jobs:
flow-tests:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- elixir-version: "1.17"
otp-version: "27"
steps:
- uses: actions/checkout@v4
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.elixir-version }}
otp-version: ${{ matrix.otp-version }}
- name: Fetch flow tester
uses: actions/checkout@v4
with:
repository: praekeltfoundation/flow_tester
# ref: v0.3.5
ref: fakecms-csv-import
path: flow_tester
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Test flows
run: |
./flow_tester/run_flow_tests.exs HelpCentre/QA/tests/ Onboarding/QA/tests/