Skip to content

Commit 6a46978

Browse files
committed
tmp disabled docker build, due to snapshot issue
1 parent 20411c0 commit 6a46978

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/ci.yaml

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

1010
jobs:
1111

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
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
2021

2122
direct-builds:
22-
needs: docker-build
23+
# TODO put back once issue fixed
24+
# needs: docker-build
2325
runs-on: ${{ matrix.os }}
2426
strategy:
2527
matrix:

0 commit comments

Comments
 (0)