Skip to content

Commit d80942d

Browse files
committed
Fix e2e failure.
1 parent a485c42 commit d80942d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,17 @@ jobs:
4040
)
4141
strategy:
4242
matrix:
43-
module: [mysql-plugin, postgresql-plugin, oracle-plugin, mssql-plugin]
43+
module: [mysql-plugin, postgresql-plugin, oracle-plugin, mssql-plugin, cloudsql-mysql-plugin, cloudsql-postgresql-plugin]
4444
fail-fast: false
4545

4646
steps:
4747
# Pinned 1.0.0 version
4848
- uses: actions/checkout@v4
4949
with:
5050
path: plugin
51-
- name: Update Submodules
52-
working-directory: plugin
53-
run: |
54-
git submodule update --init --recursive --remote
51+
submodules: 'recursive'
52+
ref: ${{ github.event.workflow_run.head_sha }}
53+
5554
- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
5655
if: github.event_name != 'workflow_dispatch' && github.event_name != 'push'
5756
id: filter

0 commit comments

Comments
 (0)