Fix pragma check for upgradeable test (#5738)

This commit is contained in:
Arr00
2025-06-11 14:28:35 -04:00
committed by GitHub
parent 8dcc4b9e88
commit bbc4d7ae67

View File

@ -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') }}