ci: Updated test file
parent
484cf10471
commit
f666183a60
|
@ -10,6 +10,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: ./
|
||||
|
@ -26,6 +28,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: ./
|
||||
|
@ -48,6 +52,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- run: touch ./test-file-empty.json
|
||||
|
||||
- name: Generate changelog
|
||||
|
@ -69,6 +75,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- run: test -f pre-commit.test.json && (echo should not be here yet && exit 1) || exit 0
|
||||
|
||||
- name: Generate changelog
|
||||
|
@ -92,7 +100,11 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- run: test -f pre-changelog-generation.test.json && (echo should not be here yet && exit 1) || exit 0
|
||||
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: ./
|
||||
|
@ -118,6 +130,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: ./
|
||||
|
@ -135,6 +149,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- run: git tag | xargs git tag -d
|
||||
|
||||
- name: Generate changelog
|
||||
|
@ -154,6 +170,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: ./
|
||||
|
@ -172,6 +190,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- run: touch ./test-file-empty.yaml
|
||||
|
||||
- name: Generate changelog
|
||||
|
@ -194,6 +214,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: ./
|
||||
|
@ -214,6 +236,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: ./
|
||||
|
@ -232,6 +256,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: ./
|
||||
|
@ -252,6 +278,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- run: touch ./test-file-empty.toml
|
||||
|
||||
- name: Generate changelog
|
||||
|
@ -274,6 +302,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: ./
|
||||
|
@ -291,6 +321,8 @@ jobs:
|
|||
with:
|
||||
path: "./"
|
||||
|
||||
- run: npm ci --prod
|
||||
|
||||
- name: Install Packages
|
||||
run: yarn
|
||||
|
||||
|
|
Loading…
Reference in New Issue