-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/825 split up workflows unit tests and periodic runs #826
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
Changes from all commits
81d8ec2
40ffdb7
0f8abdd
c163f0d
e5e6bc0
4b351f7
70ec171
85b3be8
ceda85f
f823761
6193139
6562e36
78b961b
d196f75
492eab3
02e6580
035d668
5eed9f4
400af60
135e472
f36ee10
92a8b25
7a7be0b
23edcfb
287bf59
81a8e8f
6254aea
cc7eeec
0d5f352
08d5bdc
01366f3
b327620
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| name: Fast-Tests-Extension | ||
|
|
||
| on: | ||
| workflow_call: | ||
|
|
||
| jobs: | ||
| lint-imports: | ||
| name: Lint Imports | ||
| runs-on: ubuntu-24.04 | ||
| permissions: | ||
| contents: read | ||
| steps: | ||
| - name: Check out Repository | ||
| id: check-out-repository | ||
| uses: actions/checkout@v6 | ||
|
|
||
| - name: Set up Python & Poetry Environment | ||
| id: set-up-python-and-poetry-environment | ||
| uses: exasol/python-toolbox/.github/actions/python-environment@v7 | ||
| with: | ||
| python-version: "3.10" | ||
| poetry-version: "2.3.0" | ||
|
|
||
| - name: Lint Imports | ||
| id: lint-imports | ||
| run: poetry run -- nox -s lint:import | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| name: Merge-Gate-Extension | ||
|
|
||
| on: | ||
| workflow_call: | ||
|
|
||
| jobs: | ||
| test-python-environment: | ||
| name: Test python-environment Action | ||
| uses: ./.github/workflows/test-python-environment.yml | ||
| permissions: | ||
| contents: read |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| workflows: | ||
| - name: checks | ||
| - name: fast-tests | ||
| step_customizations: | ||
| - action: REPLACE | ||
| job: run-unit-tests | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.