Skip to content

Commit 2bb2072

Browse files
committed
fix ci
1 parent 31d4ef3 commit 2bb2072

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fi
3030
git checkout -b "$branch" || true
3131
- name: Earthly pipeline
32-
run: earthly --org ontola --ci --sat henk --output -P +main-pipeline --artifact +e2e/test-results --tag=${{ github.sha }}
32+
run: earthly --org ontola --ci --sat henk -P +main-pipeline --artifact +e2e/test-results --tag=${{ github.sha }}
3333
- name: Upload test artifacts
3434
uses: actions/upload-artifact@v3
3535
if: failure()

CONTRIBUTE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ These can be used by Earthly to build all steps, including a full docker image.
5757

5858
- Make sure `earthly` is installed
5959
- `earthly --org ontola -P --satellite henk --artifact +e2e/test-results +main-pipeline`
60+
- `earthly --org ontola -P --satellite henk --artifact +build-server/atomic-server ./output/atomicserver`
6061

6162
## Improve local compilation speed
6263

Earthfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ main-pipeline:
88
ARG tag=latest
99
# BUILD +test
1010
BUILD +clippy
11-
BUILD +e2e
12-
BUILD +docker --tag=$tag
1311
BUILD +build-server
12+
BUILD +docker --tag=$tag
13+
BUILD +e2e
1414

1515
deps:
1616
# Install tools
@@ -87,4 +87,4 @@ e2e:
8787
FINALLY
8888
SAVE ARTIFACT /app/data-browser/test-results AS LOCAL ./test-results
8989
END
90-
SAVE ARTIFACT ./test-results ./test-results
90+
SAVE ARTIFACT ./test-results

0 commit comments

Comments
 (0)