Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST #2

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
b4ea54c
Update coverage.yml
nmanu1 Nov 16, 2022
b36fb3e
Update sync_develop_and_main.yml
nmanu1 Nov 16, 2022
0d94c3d
Test on reusable workflows dev branch
nmanu1 Nov 16, 2022
c4d53d5
Test
nmanu1 Nov 16, 2022
d4e19aa
Test changed docs and notices
nmanu1 Nov 16, 2022
04f67cc
Stop testing sync. Only test on PR
nmanu1 Nov 16, 2022
5e6a0e8
Try notices/docs
nmanu1 Nov 16, 2022
bf4b10f
Test printing
nmanu1 Nov 16, 2022
3226460
Test printing take 2
nmanu1 Nov 16, 2022
880095a
Test printing 3
nmanu1 Nov 16, 2022
ddfbc99
Test printing 4
nmanu1 Nov 16, 2022
de1000b
Try building...
nmanu1 Nov 16, 2022
00699a7
Test quotes
nmanu1 Nov 16, 2022
3cbbd8e
Try simplify
nmanu1 Nov 16, 2022
4c45777
Try end if
nmanu1 Nov 16, 2022
a6354ad
Try no quotes
nmanu1 Nov 17, 2022
e5caa2e
Fix events
nmanu1 Nov 17, 2022
ff26b28
Automated update to THIRD-PARTY-NOTICES from github action's 3rd part…
github-actions[bot] Nov 17, 2022
fc91669
Try remove quotes for real
nmanu1 Nov 17, 2022
56b012d
Try if else
nmanu1 Nov 17, 2022
9c7c251
Try branch checkout
nmanu1 Nov 17, 2022
1059904
Automated update to THIRD-PARTY-NOTICES from github action's 3rd part…
github-actions[bot] Nov 17, 2022
a28438d
Test again
nmanu1 Nov 17, 2022
bdcf836
Automated update to THIRD-PARTY-NOTICES from github action's 3rd part…
github-actions[bot] Nov 17, 2022
17c6930
Try echo, push
nmanu1 Nov 17, 2022
a5e62e5
Automated update to THIRD-PARTY-NOTICES from github action's 3rd part…
github-actions[bot] Nov 17, 2022
16918f5
Try no conditional
nmanu1 Nov 17, 2022
7362f30
Automated update to THIRD-PARTY-NOTICES from github action's 3rd part…
github-actions[bot] Nov 17, 2022
b4505fe
Try clean up
nmanu1 Nov 17, 2022
61d3e21
Automated update to THIRD-PARTY-NOTICES from github action's 3rd part…
github-actions[bot] Nov 17, 2022
cfc9ac5
Test no changes
nmanu1 Nov 17, 2022
918ee97
Test on PR
nmanu1 Nov 17, 2022
3c4582d
Automated update to THIRD-PARTY-NOTICES from github action's 3rd part…
github-actions[bot] Nov 17, 2022
b9e397d
Test docs
nmanu1 Nov 17, 2022
94a3601
Automated update to repo's documentation from github action
github-actions[bot] Nov 17, 2022
2d80389
Test no changes
nmanu1 Nov 17, 2022
651f3ea
Add version update
nmanu1 Nov 17, 2022
ad71595
Test notices push default
nmanu1 Nov 18, 2022
063463d
Try remove token
nmanu1 Nov 18, 2022
00a9905
Test with changes
nmanu1 Nov 18, 2022
713e3bf
Automated update to THIRD-PARTY-NOTICES from github action's 3rd part…
github-actions[bot] Nov 18, 2022
5561c0f
Test run-tests
nmanu1 Dec 6, 2022
8eac6d0
Merge branch 'dev/test-output-changes' of https://github.com/nmanu1/s…
nmanu1 Dec 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
name: Code Coverage

on:
push:
branches-ignore: dev/*
pull_request:
workflow_call

jobs:
call_code_coverage:
uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@v1
uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@dev/test-output-env-file
with:
comparison_branch: master
secrets:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/run-linting.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Run Linter

on:
pull_request:
branches: [master, develop, release/*, hotfix/*]
workflow_call:

jobs:
linting:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

name: Run Tests

on: [push, pull_request]
on: push

jobs:
call_run_tests:
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@dev/remove-node-12
with:
build_script: npm run build-ci

compilation_check_for_test_site:
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@dev/remove-node-12
with:
test_script: cd test-site && npm i && npm run build
node_matrix: '["16.x"]'
5 changes: 2 additions & 3 deletions .github/workflows/sync_develop_and_main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Create PR from main to develop

on:
push:
branches: [main, master]
workflow_call:

jobs:
call_sync_develop_and_main:
uses: yext/slapshot-reusable-workflows/.github/workflows/sync_develop_and_main.yml@v1
uses: yext/slapshot-reusable-workflows/.github/workflows/sync_develop_and_main.yml@dev/test-output-env-file
secrets:
caller_github_token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 2 additions & 4 deletions .github/workflows/third_party_notices_check.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Check and Update Third Party Notices

on: pull_request
on: workflow_call

jobs:
call_notices_check:
uses: yext/slapshot-reusable-workflows/.github/workflows/third_party_notices_check.yml@v1
secrets:
REPO_SCOPED_TOKEN: ${{ secrets.BOT_REPO_SCOPED_TOKEN }}
uses: yext/slapshot-reusable-workflows/.github/workflows/third_party_notices_check.yml@dev/test-output-env-file
6 changes: 2 additions & 4 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Check and Update Repo's documenation

on: pull_request
on: workflow_call

jobs:
call_update_docs:
uses: yext/slapshot-reusable-workflows/.github/workflows/update_docs.yml@v1
uses: yext/slapshot-reusable-workflows/.github/workflows/update_docs.yml@dev/test-output-env-file
with:
build_script: npm run build-ci
secrets:
REPO_SCOPED_TOKEN: ${{ secrets.BOT_REPO_SCOPED_TOKEN }}
11 changes: 11 additions & 0 deletions .github/workflows/version_update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Update package version for release & hotfix branches

on:
push:
branches: [release/*, hotfix/*]

jobs:
call_version_update:
uses: yext/slapshot-reusable-workflows/.github/workflows/version_update.yml@dev/test-output-env-file
secrets:
caller_github_token: ${{ secrets.GITHUB_TOKEN }}