-
Notifications
You must be signed in to change notification settings - Fork 8
39 lines (37 loc) · 898 Bytes
/
testing.yml
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: Testing for dovecot-fts-flatcurve
on:
push:
branches:
- master
paths:
- 'src/**'
pull_request:
paths:
- 'src/**'
workflow_dispatch:
jobs:
debian_test:
name: Testing on Debian
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: flatcurve
- name: Copy test files to base directory
run: |
cp -av ./flatcurve/.github/actions/flatcurve-test-debian/* ./
cp -av ./flatcurve/.github/common/* ./
- uses: ./
alpine_test:
name: Testing on Alpine
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: flatcurve
- name: Copy test files to base directory
run: |
cp -av ./flatcurve/.github/actions/flatcurve-test-alpine/* ./
cp -av ./flatcurve/.github/common/* ./
- uses: ./