-
Notifications
You must be signed in to change notification settings - Fork 81
37 lines (36 loc) · 945 Bytes
/
e2e.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
# SPDX-License-Identifier: Apache-2.0
# Copyright 2022 The HuggingFace Authors.
name: e2e
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "e2e/**"
- "libs/**"
- "services/**"
- "docs/source/openapi.json"
- ".github/workflows/_e2e_tests.yml"
- ".github/workflows/_quality-python.yml"
- ".github/workflows/e2e.yml"
- "tools/Python.mk"
- "tools/docker-compose-datasets-server.yml"
pull_request:
paths:
- "e2e/**"
- "libs/**"
- "services/**"
- "docs/source/openapi.json"
- ".github/workflows/_e2e_tests.yml"
- ".github/workflows/_quality-python.yml"
- ".github/workflows/e2e.yml"
- "tools/Python.mk"
- "tools/docker-compose-datasets-server.yml"
jobs:
quality:
uses: ./.github/workflows/_quality-python.yml
with:
working-directory: e2e
e2e-tests:
uses: ./.github/workflows/_e2e_tests.yml