We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ae4c9 commit 45ceb52Copy full SHA for 45ceb52
1 file changed
.github/workflows/ingame-tests.yml
@@ -38,18 +38,8 @@ jobs:
38
39
build:
40
needs: [prepare]
41
- runs-on: ubuntu-latest
42
- steps:
43
- - uses: actions/checkout@v6
44
- - name: Install uv
45
- uses: astral-sh/setup-uv@v7
46
- - name: Build AutoModpack
47
- run: ./gradlew build
48
- - uses: actions/upload-artifact@v6
49
- with:
50
- name: merged-jars
51
- path: merged/
52
- if-no-files-found: error
+ uses: ./.github/workflows/build.yml
+ secrets: inherit
53
54
ingame:
55
needs: [build, prepare]
@@ -63,7 +53,7 @@ jobs:
63
uses: astral-sh/setup-uv@v7
64
- uses: actions/download-artifact@v6
65
with:
66
56
+ name: build-artifacts
67
57
path: merged/
68
58
- name: Build autotest client image
69
59
run: uv --project autotester run autotester build-images
0 commit comments