Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
579e9ca
Update ci.yml
M3GH4NN Jan 10, 2024
8b62175
Merge pull request #1 from M3GH4NN/azure-auth
M3GH4NN Jan 10, 2024
527adb9
Update ci.yml
M3GH4NN Jan 10, 2024
0e7bc60
Update ci.yml
M3GH4NN Jan 10, 2024
524d1dd
Update ci.yml
M3GH4NN Jan 10, 2024
58fceed
Update ci.yml
M3GH4NN Jan 10, 2024
6dd4af9
Update ci.yml
M3GH4NN Jan 11, 2024
2ea4fc1
Update ci.yml
M3GH4NN Jan 11, 2024
2ecfdbc
Update ci.yml
M3GH4NN Jan 11, 2024
0a74c99
Update ci.yml
M3GH4NN Jan 11, 2024
d5da074
Update ci.yml
M3GH4NN Jan 11, 2024
8c577a7
Update ci.yml
M3GH4NN Jan 11, 2024
3f633d9
Update ci.yml
M3GH4NN Jan 11, 2024
7f6acd3
Update ci.yml
M3GH4NN Jan 12, 2024
06d7665
Set GitHub Secrets of Azure credentials to env vars
M3GH4NN Mar 12, 2024
39aa7d5
update pr.yml
M3GH4NN Mar 13, 2024
d4d091c
update pr.yml
M3GH4NN Mar 13, 2024
68e5576
update ci.yml
M3GH4NN Mar 13, 2024
ad1d740
reverting
M3GH4NN Mar 13, 2024
cf32899
testing env vars
M3GH4NN Mar 15, 2024
95d48e2
testing env vars
M3GH4NN Mar 15, 2024
1b4f4bb
testing env vars
M3GH4NN Mar 15, 2024
9409133
testing env vars
M3GH4NN Mar 15, 2024
6e8fdee
testing env vars
M3GH4NN Mar 15, 2024
0f5e064
testing env vars
M3GH4NN Mar 15, 2024
8b9c579
testing env vars
M3GH4NN Mar 15, 2024
11665c4
testing env vars
M3GH4NN Mar 15, 2024
4614083
testing env vars
M3GH4NN Mar 15, 2024
60f37a7
testing env vars
M3GH4NN Mar 15, 2024
8696bdb
testing env vars
M3GH4NN Mar 15, 2024
cbc968c
testing env vars
M3GH4NN Mar 15, 2024
bcc0411
testing env vars
M3GH4NN Mar 15, 2024
79a947d
testing env vars
M3GH4NN Mar 15, 2024
a4411e6
testing env vars
M3GH4NN Mar 15, 2024
04887ed
testing env vars
M3GH4NN Mar 18, 2024
cbd9ae9
testing env vars
M3GH4NN Mar 18, 2024
600b3b0
testing env vars
M3GH4NN Mar 18, 2024
ffc23fe
testing env vars
M3GH4NN Mar 18, 2024
d3997fd
testing env vars
M3GH4NN Mar 18, 2024
58fb876
testing env vars
M3GH4NN Mar 18, 2024
e5996d8
testing env vars
M3GH4NN Mar 18, 2024
410d0d6
testing env vars
M3GH4NN Mar 18, 2024
1f56cfc
testing env vars
M3GH4NN Mar 18, 2024
30aff59
testing env vars
M3GH4NN Mar 18, 2024
5afd135
testing env vars
M3GH4NN Mar 18, 2024
46e37d2
testing env vars
M3GH4NN Mar 18, 2024
3fbaef0
testing env vars
M3GH4NN Mar 18, 2024
58b0e35
testing env vars
M3GH4NN Mar 18, 2024
98546be
testing env vars
M3GH4NN Mar 18, 2024
ff887d3
testing env vars
M3GH4NN Mar 18, 2024
b9f65c9
testing env vars
M3GH4NN Mar 18, 2024
dd23fc8
testing env vars
M3GH4NN Mar 19, 2024
0bc5bf5
testing env vars
M3GH4NN Mar 19, 2024
2712988
testing env vars
M3GH4NN Mar 19, 2024
21ee97b
testing env vars
M3GH4NN Mar 19, 2024
90ed704
testing env vars
M3GH4NN Mar 19, 2024
cf9f9d7
testing env vars
M3GH4NN Mar 19, 2024
90b717e
testing env vars
M3GH4NN Mar 19, 2024
4e1b5a4
testing env vars
M3GH4NN Mar 19, 2024
6414f26
testing env vars
M3GH4NN Mar 19, 2024
2ae28d9
testing env vars
M3GH4NN Mar 19, 2024
98d552c
testing env vars
M3GH4NN Mar 19, 2024
89e14c6
testing env vars
M3GH4NN Mar 19, 2024
a669462
testing env vars
M3GH4NN Mar 19, 2024
0609116
testing env vars
M3GH4NN Mar 19, 2024
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
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ on:
required: false
type: string
secrets:
PYPI_API_TOKEN:
required: false
TEST_PYPI_API_TOKEN:
ENV_VARS:
required: false



jobs:
get-changed-files:
name: Get Changed Files
Expand Down Expand Up @@ -48,10 +47,11 @@ jobs:
name: Test
needs:
- pre-commit
uses: salt-extensions/central-artifacts/.github/workflows/test-action.yml@main
# uses: salt-extensions/central-artifacts/.github/workflows/test-action.yml@main
uses: M3GH4NN/central-artifacts/.github/workflows/test-action.yml@credentials
with:
setup-vault: ${{ inputs.setup-vault }}

secrets: inherit
docs:
name: Docs
needs:
Expand Down Expand Up @@ -126,3 +126,5 @@ jobs:
if: always()
run:
echo "All workflows finished"

####
11 changes: 11 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
required: false
type: boolean
default: false
secrets:
ENV_VARS:
required: false

jobs:
Linux:
Expand All @@ -30,6 +33,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Decode environment variables for tests
env:
ENV_VARS: "${{ secrets.ENV_VARS }}"
run: |
echo "$ENV_VARS" | base64 -d >> $GITHUB_ENV


- name: Setup Vault
if: ${{ inputs.setup-vault }}
uses: eLco/setup-vault@v1.0.2
Expand Down Expand Up @@ -57,6 +67,7 @@ jobs:
SALT_REQUIREMENT: salt==${{ matrix.salt-version }}
SKIP_REQUIREMENTS_INSTALL: YES
run: |

nox --force-color -e tests-3 -- -vv tests/

- name: Create CodeCov Flags
Expand Down