Skip to content

Commit 09588b9

Browse files
committed
Remove SAP HANA test workflow
1 parent 1db4722 commit 09588b9

File tree

2 files changed

+1
-348
lines changed

2 files changed

+1
-348
lines changed

.github/workflows/test-all-packages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,13 @@ jobs:
4848
test-postgres:
4949
uses: ./.github/workflows/test-postgres.yml
5050

51-
# Test SAP HANA (commercial)
52-
test-sap-hana:
53-
uses: ./.github/workflows/test-sap-hana.yml
54-
5551
# Add more packages here:
5652
# test-redis:
5753
# uses: ./.github/workflows/test-redis.yml
5854

5955
# Summary job that runs after all tests
6056
summary:
61-
needs: [test-nginx, test-envoy, test-kafka, test-memcached, test-mongodb, test-mysql, test-spark, test-postgres, test-sap-hana]
57+
needs: [test-nginx, test-envoy, test-kafka, test-memcached, test-mongodb, test-mysql, test-spark, test-postgres]
6258
runs-on: ubuntu-24.04-arm
6359
if: always()
6460
steps:

.github/workflows/test-sap-hana.yml

Lines changed: 0 additions & 343 deletions
This file was deleted.

0 commit comments

Comments
 (0)