Skip to content

Commit 1d108ac

Browse files
committed
Update
1 parent eca0915 commit 1d108ac

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
include-hidden-files: true
119119

120120
Tests:
121-
name: Tests (Python-${{ matrix.python-version }}, Exasol-${{ matrix.exasol-version}})
121+
name: Unit-Tests (Python-${{ matrix.python-version }}, Exasol-${{ matrix.exasol-version}})
122122
needs: [ Documentation, Lint, Type-Check, Security]
123123
runs-on: ubuntu-latest
124124
env:

.github/workflows/merge-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
# Even though the environment "manual-approval" will be created automatically,
1818
# it still needs to be configured to require interactive review.
1919
# See project settings on GitHub (Settings / Environments / manual-approval).
20-
environment: manual-approval
2120
uses: ./.github/workflows/slow-checks.yml
21+
environment: manual-approval
2222

2323
# This job ensures inputs have been executed successfully.
2424
approve-merge:

.github/workflows/slow-checks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ on:
99
jobs:
1010

1111
Tests:
12-
name: Tests (Python-${{ matrix.python-version }}, Exasol-${{ matrix.exasol-version}})
12+
name: Integration-Tests (Python-${{ matrix.python-version }}, Exasol-${{ matrix.exasol-version}})
1313
needs: [ Documentation, Lint, Type-Check, Security]
1414
runs-on: ubuntu-latest
15+
# Even though the environment "manual-approval" will be created automatically,
16+
# it still needs to be configured to require interactive review.
17+
# See project settings on GitHub (Settings / Environments / manual-approval).
18+
environment: manual-approval
1519
env:
1620
GITHUB_TOKEN: ${{ secrets.ALTERNATIVE_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
1721
strategy:

0 commit comments

Comments
 (0)