We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b3cdc commit cc9b1d8Copy full SHA for cc9b1d8
1 file changed
.github/workflows/build.yml
@@ -9,7 +9,9 @@ on:
9
10
jobs:
11
format:
12
- runs-on: milss/tradercppbuild:v1.0
+ runs-on: ubuntu-latest
13
+ container:
14
+ image: milss/tradercppbuild:v1.0
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v4
@@ -32,7 +34,9 @@ jobs:
32
34
33
35
build_and_test:
36
needs: format
37
38
39
40
41
42
@@ -82,7 +86,9 @@ jobs:
82
86
83
87
sonarqube:
84
88
needs: build_and_test
85
89
90
91
92
93
- uses: actions/checkout@v4
94
with:
0 commit comments