From 6b4387149dc191f1b4ef552868bab84133f374af Mon Sep 17 00:00:00 2001 From: Justin Kenyon Date: Fri, 19 Apr 2019 16:49:57 -0400 Subject: [PATCH] Add GitHub Action for running CI tests This adds a new GitHub action for running all the tests --- .github/test_runner/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/test_runner/Dockerfile b/.github/test_runner/Dockerfile index 92ebe503787..3f2f42a07f6 100644 --- a/.github/test_runner/Dockerfile +++ b/.github/test_runner/Dockerfile @@ -8,7 +8,6 @@ LABEL "com.github.actions.color"="purple" ENV LC_ALL C.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US.UTF-8 -ENV BUNDLER_VERSION 1.17.3 COPY entrypoint.sh /