Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try
  • Loading branch information
pkuczynski committed Jul 8, 2025
commit 3e0acb1c58d32960cb286f625a11114e9bf0380b
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
COVERAGE_RUBY_VERSION: 2.6
BUNDLE_PATH: $PWD/vendor/bundle
BUNDLE_PATH: ${{ github.workspace }}/vendor/bundle
strategy:
fail-fast: false
matrix:
Expand All @@ -29,6 +29,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# - name: Setup BUNDLE_PATH
# run: |
# echo "BUNDLE_PATH=${{ github.workspace }}/vendor/bundle" >> $GITHUB_ENV

- name: paths
run: |
echo $BUNDLE_PATH
Expand Down
Loading