Skip to content

Commit c3875e5

Browse files
WIP
1 parent 3db0b1f commit c3875e5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/regress.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-python@v5
1818
- uses: pre-commit/[email protected]
19+
- name: Get gems and node files from cache
20+
id: cache-bundle-npm
21+
uses: actions/cache@v4
22+
with:
23+
path: |
24+
.home/.gems
25+
node_modules
26+
key: ${{ hashFiles('Gemfile.lock') }}-${{ hashFiles('package-lock.json') }}
27+
- if: ${{ steps.cache-sif.outputs.cache-hit != 'true' }}
28+
name: Build container
29+
run: ./bin/build_container
1930
regress-smoke:
2031
runs-on: ubuntu-latest
2132
env:

0 commit comments

Comments
 (0)