feat(ci): Always run each test suite
This commit is contained in:
committed by
Carlos Álvaro
parent
4b5ebaa95a
commit
b4cd1338c0
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@@ -131,12 +131,15 @@ jobs:
|
|||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Execute basic tests
|
- name: Execute basic tests
|
||||||
|
if: always()
|
||||||
run: tests/basic/test.sh
|
run: tests/basic/test.sh
|
||||||
|
|
||||||
- name: Execute salt-api tests
|
- name: Execute salt-api tests
|
||||||
|
if: always()
|
||||||
run: tests/salt-api/test.sh
|
run: tests/salt-api/test.sh
|
||||||
|
|
||||||
- name: Execute gitfs tests
|
- name: Execute gitfs tests
|
||||||
|
if: always()
|
||||||
env:
|
env:
|
||||||
GITFS_KEYS_DIR: tests/gitfs/data/keys/gitfs
|
GITFS_KEYS_DIR: tests/gitfs/data/keys/gitfs
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.TESTS_REPO_PRIVATE_KEY }}
|
SSH_PRIVATE_KEY: ${{ secrets.TESTS_REPO_PRIVATE_KEY }}
|
||||||
@@ -150,6 +153,7 @@ jobs:
|
|||||||
tests/gitfs/test.sh
|
tests/gitfs/test.sh
|
||||||
|
|
||||||
- name: Execute config-reloader tests
|
- name: Execute config-reloader tests
|
||||||
|
if: always()
|
||||||
run: tests/config-reloader/test.sh
|
run: tests/config-reloader/test.sh
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ for the list of changes in SaltStack.
|
|||||||
|
|
||||||
**3005.1_2**
|
**3005.1_2**
|
||||||
|
|
||||||
|
- CI(tests): Always run tests.
|
||||||
- CI: Improve build times.
|
- CI: Improve build times.
|
||||||
|
|
||||||
**3005.1_1**
|
**3005.1_1**
|
||||||
|
|||||||
Reference in New Issue
Block a user