Skip to content

Commit

Permalink
fix: github action didn't correctly triggered dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed Nov 6, 2020
1 parent e6b1ee0 commit 15c8876
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/functionnal_tests_dev.yml
Expand Up @@ -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

0 comments on commit 15c8876

Please sign in to comment.