summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-12 08:23:27 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-12 12:14:39 +0900
commit8a8f680f017d0d4c410f17ec74e06d0436dcbe83 (patch)
tree600db3976fe2edc9cee4499ab981d0f0ab5f7760 /.github/workflows
parente96321d006f822766bb4be969028f68096d76b39 (diff)
Re-use GITHUB_ACTION variables for filtering bundler examples.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/macos.yml1
-rw-r--r--.github/workflows/ubuntu.yml2
2 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index c8933404a0..68fba08883 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -37,6 +37,5 @@ jobs:
env:
TESTOPTS: "$JOBS -q --tty=no"
MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
- CI: "true"
- name: Leaked Globals
run: make -s leaked-globals
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 0ae5160be7..d7a6cbadda 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -37,7 +37,5 @@ jobs:
- run: make $JOBS
- name: make test-bundler/test-bundled-gems
run: make -s ${{ matrix.test_task }}
- env:
- CI: "true"
- name: Leaked Globals
run: make -s leaked-globals