Fix pragma check for upgradeable test (#5738)
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -70,8 +70,8 @@ jobs:
|
|||||||
run: npm run test
|
run: npm run test
|
||||||
- name: Check linearisation of the inheritance graph
|
- name: Check linearisation of the inheritance graph
|
||||||
run: npm run test:inheritance
|
run: npm run test:inheritance
|
||||||
- name: Check pragma consistency between files
|
- name: Check pragma validity
|
||||||
run: npm run test:pragma
|
run: npm run test:pragma -- --concurrency 1
|
||||||
- name: Check storage layout
|
- name: Check storage layout
|
||||||
uses: ./.github/actions/storage-layout
|
uses: ./.github/actions/storage-layout
|
||||||
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}
|
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user