mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Copy shrinkwrap for e2e tests
This commit is contained in:
parent
09c66bc47b
commit
51c82060e4
2 changed files with 2 additions and 1 deletions
2
.github/workflows/test-on-pr.yml
vendored
2
.github/workflows/test-on-pr.yml
vendored
|
|
@ -113,7 +113,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies (root)
|
- name: Install dependencies (root)
|
||||||
run: |
|
run: |
|
||||||
mv ./npm-shrinkwrap.json ./package-lock.json
|
cp npm-shrinkwrap.json packages/safe-chain/
|
||||||
npm ci
|
npm ci
|
||||||
|
|
||||||
- name: Run E2E tests
|
- name: Run E2E tests
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ WORKDIR /app
|
||||||
|
|
||||||
# Copy package files first for better caching
|
# Copy package files first for better caching
|
||||||
COPY packages/safe-chain/package*.json ./
|
COPY packages/safe-chain/package*.json ./
|
||||||
|
COPY packages/safe-chain/npm-shrinkwrap.json ./
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue