Skip to content

fix(kicker init): remove target/release/examples to avoid `out of dis… #503

fix(kicker init): remove target/release/examples to avoid `out of dis…

fix(kicker init): remove target/release/examples to avoid `out of dis… #503

name: Godwoken Tests
on:
push:
branches: [develop, master, ci, 'v1*', compatibility-changes]
# Publish semver tags as releases.
tags: ["v*.*.*"]
pull_request:
jobs:
godwoken-tests:
uses: godwokenrises/godwoken-tests/.github/workflows/reusable-integration-test-v1.yml@develop
with:
extra_github_env: |
GODWOKEN_KICKER_REPO=${{ github.repository }}
GODWOKEN_KICKER_REF=${{ github.ref }}