We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20411c0 commit 6a46978Copy full SHA for 6a46978
1 file changed
.github/workflows/ci.yaml
@@ -9,17 +9,19 @@ on:
9
10
jobs:
11
12
- docker-build:
13
- # this one doesn't use EvoMaster drivers
14
- runs-on: ubuntu-latest
15
- steps:
16
- - name: Checkout WFD
17
- uses: actions/checkout@v6
18
- - name: Build All With Docker
19
- run: python scripts/dist-docker.py
+# TODO need to use profiles to avoid dependencies to EM in the build... would work on master, but not on develop due to snapshot versions
+# docker-build:
+# # this one doesn't use EvoMaster drivers
+# runs-on: ubuntu-latest
+# steps:
+# - name: Checkout WFD
+# uses: actions/checkout@v6
+# - name: Build All With Docker
20
+# run: python scripts/dist-docker.py
21
22
direct-builds:
- needs: docker-build
23
+# TODO put back once issue fixed
24
+# needs: docker-build
25
runs-on: ${{ matrix.os }}
26
strategy:
27
matrix:
0 commit comments