mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
fix: github action didn't correctly triggered dev branch
This commit is contained in:
3
.github/workflows/functionnal_tests_dev.yml
vendored
3
.github/workflows/functionnal_tests_dev.yml
vendored
@@ -28,4 +28,7 @@ jobs:
|
||||
- name: Run a multi-line script
|
||||
timeout-minutes: 60
|
||||
run: |
|
||||
branch=$(echo ${{github.ref}} | sed -r 's/.+\/(.+)/\1/')
|
||||
echo "Branch name: $branch"
|
||||
export GITHUB_BRANCH=$branch
|
||||
./helper.sh full_tests
|
||||
|
||||
Reference in New Issue
Block a user