Skip to content

Commit

Permalink
remove debug envs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewilkins committed Feb 3, 2024
1 parent 877817e commit 3d2be82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
BATS_CLIENT_SECRET: ${{ secrets.BATS_CLIENT_SECRET }}
BATS_PRIVATE_KEY: ${{ secrets.BATS_PRIVATE_KEY }}
RUBY_VERSION: ${{ matrix.ruby-version }}
TEST: /home/runner/work/apptokit/apptokit/test/config_loader_test.rb
TESTOPTS: --name=test_loads_conf_from_project_dir -v
run: |
mkdir $RUBY_VERSION
cd $RUBY_VERSION
Expand Down
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

ENV["HOME"] = TEST_HOME_DIR.to_s

ENV["DEBUG"] = "config"

unless defined?(SETUP_SSH_RAN)
SETUP_SSH_RAN = true

Expand Down

0 comments on commit 3d2be82

Please sign in to comment.