-
Notifications
You must be signed in to change notification settings - Fork 82
38 lines (34 loc) · 1.09 KB
/
unit-test-data-api-differ.yaml
File metadata and controls
38 lines (34 loc) · 1.09 KB
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
---
name: Data API Differ (Unit Tests)
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/unit-test-data-api-differ.yaml'
- 'tools/data-api-differ/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
submodules: recursive
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version-file: ./.go-version
cache-dependency-path: |
tools/generator-go-sdk/go.mod
tools/data-api-differ/go.mod
tools/wrapper-automation/go.mod
tools/data-api/go.mod
tools/importer-msgraph-metadata/go.mod
tools/data-api-sdk/go.mod
tools/sdk/go.mod
tools/importer-rest-api-specs/go.mod
tools/data-api-repository/go.mod
tools/version-bumper/go.mod
tools/generator-terraform/go.mod
- name: run unit tests
run: |
cd ./tools/data-api-differ
make test