-
Notifications
You must be signed in to change notification settings - Fork 0
52 lines (48 loc) · 1.17 KB
/
build.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
40
41
42
43
44
45
46
47
48
49
50
51
52
name: Kjører Autotestene ved bygg
on:
push:
branches:
- master
pull_request_target:
paths-ignore:
- '**.md'
- '**.MD'
- '.gitignore'
- '.editorconfig'
- '.java-version'
- '.gitattributes'
- 'LICENSE'
- 'CODEOWNERS'
- '.github/workflows/trigger.yml.yml'
- 'docs/**'
- '.github/*.yml'
jobs:
fpsak-tester:
name: Fpsak tester
permissions:
contents: read
id-token: write
if: github.ref_name != 'master'
uses: navikt/fp-autotest/.github/workflows/autotest.yml@master # ratchet:exclude
with:
test-suite: fpsak
secrets: inherit
fptilbake-tester:
name: Fptilbake tester
permissions:
contents: read
id-token: write
if: github.ref_name != 'master'
uses: navikt/fp-autotest/.github/workflows/autotest.yml@master # ratchet:exclude
with:
test-suite: fptilbake
secrets: inherit
verdikjede-tester:
name: Verdikjedetester
permissions:
contents: read
id-token: write
uses: navikt/fp-autotest/.github/workflows/autotest.yml@master # ratchet:exclude
with:
test-suite: verdikjede
secrets: inherit