Skip to content

Commit 3765b77

Browse files
committed
Revert "Fix phpGH-8348 for nightly"
This reverts commit 34d9e08.
1 parent 6ac3f7c commit 3765b77

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,8 @@ jobs:
160160
steps:
161161
- name: git checkout
162162
uses: actions/checkout@v2
163-
- name: Create MSSQL container
164-
uses: ./.github/actions/setup-mssql
165-
- name: Create Oracle container
166-
uses: ./.github/actions/setup-oracle
163+
- name: Create mssql container
164+
uses: ./.github/actions/mssql
167165
- name: apt
168166
uses: ./.github/actions/apt-x64
169167
- name: Install gcovr

0 commit comments

Comments
 (0)