From 57bd045ae9030d6c1a5ad0eb4304865b8704f1aa Mon Sep 17 00:00:00 2001 From: Yusuf Yilmaz Date: Tue, 31 Jan 2023 11:15:10 +0300 Subject: [PATCH] update ga test workflow --- .bundle/config | 3 +++ .github/workflows/unit.yml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..b572b09 --- /dev/null +++ b/.bundle/config @@ -0,0 +1,3 @@ +--- +BUNDLE_RETRY: "3" +BUNDLE_JOBS: "4" diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index e097777..0f7551d 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -4,7 +4,6 @@ on: push: branches: [master] pull_request: - branches: [no-jira-update-hastebin-urls] jobs: unit_tests: