Skip to content

Commit fb56fae

Browse files
committed
WIP
1 parent 90c7b7b commit fb56fae

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

.devcontainer/.env.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@ SENTRY_E2E_SVELTE_APP_PORT=4001
2323
SENTRY_E2E_RAILS_APP_URL="http://localhost:4000"
2424
SENTRY_E2E_SVELTE_APP_URL="http://localhost:4001"
2525

26-
# Gem installation path (shared across all apps so the CI cache hits)
27-
BUNDLE_PATH=/workspace/sentry/vendor/gems
28-
2926
# Faster builds with compose
3027
COMPOSE_BAKE=true

.github/workflows/e2e_tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ jobs:
3434
cd .devcontainer
3535
cp .env.example .env
3636
37-
- name: Restore rubygems cache
38-
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
39-
with:
40-
path: vendor/gems
41-
key: ${{ runner.os }}-${{ matrix.ruby_version }}-gems-${{ hashFiles('Gemfile.lock', '*/Gemfile.lock', 'spec/apps/**/Gemfile.lock') }}
42-
restore-keys: |
43-
${{ runner.os }}-${{ matrix.ruby_version }}-gems-
44-
4537
- name: Restore node_modules cache
4638
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
4739
with:

0 commit comments

Comments
 (0)