aboutsummaryrefslogtreecommitdiff
path: root/.github/actions
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-01-29 03:46:03 +0000
committerMenny Even Danan <menny@evendanan.net>2020-01-30 16:44:01 +0000
commit6d5481428b7eecfe0c2d00e8aa7ec4fe6cff411c (patch)
tree457dbd6e2e612f93b226134ce50b2f3320af6000 /.github/actions
parent082f1459e97f6243857dd4c23831ff2568ec1cf4 (diff)
downloadAnySoftKeyboard-6d5481428b7eecfe0c2d00e8aa7ec4fe6cff411c.tar.gz
AnySoftKeyboard-6d5481428b7eecfe0c2d00e8aa7ec4fe6cff411c.tar.bz2
Initial language-packs merge
Diffstat (limited to '.github/actions')
-rwxr-xr-x[-rw-r--r--].github/actions/codecov/upload_coverage.sh1
-rwxr-xr-x[-rw-r--r--].github/actions/collect-reports/collect.sh1
-rwxr-xr-x[-rw-r--r--].github/actions/deploy/deploy.sh1
-rwxr-xr-x[-rw-r--r--].github/actions/test-shard-run/run_tests.sh1
4 files changed, 4 insertions, 0 deletions
diff --git a/.github/actions/codecov/upload_coverage.sh b/.github/actions/codecov/upload_coverage.sh
index 77c75f943..74df0df5d 100644..100755
--- a/.github/actions/codecov/upload_coverage.sh
+++ b/.github/actions/codecov/upload_coverage.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+set -e
./scripts/retry.sh 5 curl --fail https://codecov.io/bash -o codecov.sh
chmod +x codecov.sh
diff --git a/.github/actions/collect-reports/collect.sh b/.github/actions/collect-reports/collect.sh
index ffe4f1108..6b641f0c2 100644..100755
--- a/.github/actions/collect-reports/collect.sh
+++ b/.github/actions/collect-reports/collect.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+set -e
OUTPUT=${1}
PATTERN=${2}
diff --git a/.github/actions/deploy/deploy.sh b/.github/actions/deploy/deploy.sh
index 6ba126df1..b9b8a09f1 100644..100755
--- a/.github/actions/deploy/deploy.sh
+++ b/.github/actions/deploy/deploy.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+set -e
RELEASE_BUILD=${1}
GITHUB_REF=${2}
diff --git a/.github/actions/test-shard-run/run_tests.sh b/.github/actions/test-shard-run/run_tests.sh
index 631444f95..cd6aa68b9 100644..100755
--- a/.github/actions/test-shard-run/run_tests.sh
+++ b/.github/actions/test-shard-run/run_tests.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+set -e
export TEST_GROUPS_COUNT=${1}
export TEST_GROUP_INDEX=${2}