Skip to content

Commit deac1c4

Browse files
committed
Update
1 parent eca0915 commit deac1c4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414

1515
slow-checks:
1616
name: Slow
17-
# Even though the environment "manual-approval" will be created automatically,
18-
# it still needs to be configured to require interactive review.
19-
# See project settings on GitHub (Settings / Environments / manual-approval).
20-
environment: manual-approval
2117
uses: ./.github/workflows/slow-checks.yml
2218

2319
# This job ensures inputs have been executed successfully.

.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)