Skip to content

Commit

Permalink
[BEAM-11608] Added GitHub workflow for local-env-setup.sh (cleaned)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarreraWL committed Apr 15, 2021
1 parent b25c3a7 commit b9b87bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/local_env_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
name: Local environment tests

on:
schedule:
- cron: '10 2 * * *'
push:
branches: ['master', 'release-*', 'BEAM-1160*']
branches: ['master', 'release-*']
tags: 'v*'
pull_request:
branches: ['master', 'release-*']
Expand Down Expand Up @@ -58,5 +56,5 @@ jobs:
run: "./local-env-setup.sh"
id: local_env_install_mac
- name: "Gradle check"
run: "./gradlew --warning-mode all checkSetup --stacktrace"
run: "./gradlew checkSetup"
id: local_env_install_gradle_check_mac

0 comments on commit b9b87bd

Please sign in to comment.