-
Notifications
You must be signed in to change notification settings - Fork 38
31 lines (29 loc) · 1.11 KB
/
godwoken-tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Godwoken Tests
on:
merge_group:
types: [checks_requested]
push:
branches: [develop, master, ci, "v1*"]
tags: ["v*.*.*"]
pull_request:
jobs:
godwoken-tests:
uses: godwokenrises/godwoken-tests/.github/workflows/reusable-integration-test-v1.yml@develop
with:
extra_github_env: |
MANUAL_BUILD_GODWOKEN=true
GODWOKEN_GIT_URL="https://github.com/${{ github.repository }}"
GODWOKEN_GIT_CHECKOUT=${{ github.ref }}
MANUAL_BUILD_SCRIPTS=false
SCRIPTS_GIT_URL="https://github.com/${{ github.repository }}"
SCRIPTS_GIT_CHECKOUT=${{ github.ref }}
MANUAL_BUILD_POLYJUICE=false
POLYJUICE_GIT_URL="https://github.com/${{ github.repository }}"
POLYJUICE_GIT_CHECKOUT=${{ github.ref }}
MANUAL_BUILD_WEB3=true
MANUAL_BUILD_WEB3_INDEXER=true
WEB3_GIT_URL="https://github.com/${{ github.repository }}"
WEB3_GIT_CHECKOUT=${{ github.ref }}
GODWOKEN_KICKER_REPO=godwokenrises/godwoken-kicker
GODWOKEN_KICKER_REF=develop
DOCKER_MANUAL_BUILD_IMAGE=retricsu/godwoken-manual-build:node18