Skip to content

Commit

Permalink
Fix GH-8348 for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored and kocsismate committed Aug 26, 2022
1 parent be4dd60 commit 34d9e08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,10 @@ jobs:
steps:
- name: git checkout
uses: actions/checkout@v2
- name: Create mssql container
uses: ./.github/actions/mssql
- name: Create MSSQL container
uses: ./.github/actions/setup-mssql
- name: Create Oracle container
uses: ./.github/actions/setup-oracle
- name: apt
uses: ./.github/actions/apt-x64
- name: Install gcovr
Expand Down

0 comments on commit 34d9e08

Please sign in to comment.