Skip to content

Commit 3e10e3f

Browse files
committed
keep setup..
1 parent ba131ca commit 3e10e3f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
5555
steps:
5656
- name: git checkout
5757
uses: actions/checkout@v3
58+
- name: Create MSSQL container
59+
uses: ./.github/actions/setup-mssql
60+
- name: Create Oracle container
61+
uses: ./.github/actions/setup-oracle
62+
- name: Setup Caddy server
63+
uses: ./.github/actions/setup-caddy
5864
- name: apt
5965
uses: ./.github/actions/apt-x64
6066
- name: ccache

0 commit comments

Comments
 (0)