Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 40a7600

Browse files
author
Brad Hart
authored
Merge pull request #1104 from EOSIO/revert_nested_containers
Removing nested containers step from Integration Tests workflow
2 parents 40e4e61 + 5af1ff2 commit 40a7600

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/integration-tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -647,16 +647,12 @@ jobs:
647647
- name: Test Types
648648
run: |
649649
yarn test-types
650-
- name: Test Nested Containers
651-
run: |
652-
yarn test-nested-containers
653650
- name: Copy Coverage Files
654651
run: |
655652
mkdir -p ./coverage/multiple-sources
656653
cp ./coverage/test/coverage-final.json ./coverage/multiple-sources/test.json
657654
cp ./coverage/test-node/coverage-final.json ./coverage/multiple-sources/test-node.json
658655
cp ./coverage/test-types/coverage-final.json ./coverage/multiple-sources/test-types.json
659-
cp ./coverage/nested-containers/coverage-final.json ./coverage/multiple-sources/nested-containers.json
660656
./node_modules/nyc/bin/nyc.js merge ./coverage/multiple-sources ./coverage/merged-output/coverage.json
661657
./node_modules/nyc/bin/nyc.js report -t ./coverage/merged-output --report-dir ./coverage/merged-report --reporter=html
662658
- name: Build

0 commit comments

Comments
 (0)