fix(kicker init): remove target/release/examples to avoid `out of dis… #503
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |