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

Commit

Permalink
Merge pull request #1104 from EOSIO/revert_nested_containers
Browse files Browse the repository at this point in the history
Removing nested containers step from Integration Tests workflow
  • Loading branch information
Brad Hart authored Mar 7, 2022
2 parents 40e4e61 + 5af1ff2 commit 40a7600
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -647,16 +647,12 @@ jobs:
- name: Test Types
run: |
yarn test-types
- name: Test Nested Containers
run: |
yarn test-nested-containers
- name: Copy Coverage Files
run: |
mkdir -p ./coverage/multiple-sources
cp ./coverage/test/coverage-final.json ./coverage/multiple-sources/test.json
cp ./coverage/test-node/coverage-final.json ./coverage/multiple-sources/test-node.json
cp ./coverage/test-types/coverage-final.json ./coverage/multiple-sources/test-types.json
cp ./coverage/nested-containers/coverage-final.json ./coverage/multiple-sources/nested-containers.json
./node_modules/nyc/bin/nyc.js merge ./coverage/multiple-sources ./coverage/merged-output/coverage.json
./node_modules/nyc/bin/nyc.js report -t ./coverage/merged-output --report-dir ./coverage/merged-report --reporter=html
- name: Build
Expand Down

0 comments on commit 40a7600

Please sign in to comment.