mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 03:20:23 +01:00
ci - fix typo
This commit is contained in:
parent
3580196650
commit
6c3706f3e8
@ -50,12 +50,13 @@ jobs:
|
||||
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Get Cache key
|
||||
# this allows us to checksum against a whole directory
|
||||
command: ls -laR ui/app/css/ > scss_checksum
|
||||
- restore_cache:
|
||||
key: scss-cache-{{ checksum "scss_checksum" }}
|
||||
- run:
|
||||
name: Build for integration tests
|
||||
command: test:integration:build
|
||||
command: npm run test:integration:build
|
||||
- save_cache:
|
||||
key: scss-cache-{{ checksum "scss_checksum" }}
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user