Skip to content

Commit afb1516

Browse files
committed
re-enable docker build after Gradle fix
1 parent 09a9ea5 commit afb1516

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,17 @@ on:
99

1010
jobs:
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:

0 commit comments

Comments
 (0)