Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 5ce440f

Browse files
committed
Build Docker images after lint
Tests are too slow
1 parent 609c4bb commit 5ce440f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/beeper-ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
/logs/**/*.log*
6060
6161
# Builds
62+
# Note: not dependent on tests because they are slow
6263

6364
build-python:
6465
needs:
65-
- test-trial
66-
- test-sytest
66+
- lint
6767
runs-on: ubuntu-latest
6868
env:
6969
DOCKER_BUILDKIT: 1
@@ -102,8 +102,7 @@ jobs:
102102
103103
build-pyston:
104104
needs:
105-
- test-trial
106-
- test-sytest
105+
- lint
107106
runs-on: ubuntu-latest
108107
env:
109108
DOCKER_BUILDKIT: 1

0 commit comments

Comments
 (0)