File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111
12- # 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
13- # docker-build:
14- # # this one doesn't use EvoMaster drivers
15- # runs-on: ubuntu-latest
16- # steps:
17- # - name: Checkout WFD
18- # uses: actions/checkout@v6
19- # - name: Build All With Docker
20- # run: python scripts/dist-docker.py
12+ docker-build :
13+ # this one doesn't use EvoMaster drivers by default
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
2120
2221 direct-builds :
23- # TODO put back once issue fixed
24- # needs: docker-build
22+ needs : docker-build
2523 runs-on : ${{ matrix.os }}
2624 strategy :
2725 matrix :
You can’t perform that action at this time.
0 commit comments