Skip to content

Commit

Permalink
removing upgradability tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmkl committed Dec 15, 2022
1 parent 2d3ff8d commit 13e46e9
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 1,766 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/build-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,36 +32,6 @@ jobs:
- name: Run Integration Tests
run: |
yarn test:integration
env:
NODE_OPTIONS: "--max-old-space-size=7500"

upgradability:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Pre-install
run: |
yarn install --frozen-lockfile
npx hardhat node --port 18545 &
git submodule init
git submodule update
- name: Compile and Lint
run: |
yarn lint
yarn clean
sh ./scripts/build-circuit.sh
yarn compile
- name: Run Upgrade Tests
run: |
yarn test:upgrade
yarn deploy:external
yarn upgrade:external
git status
env:
NODE_OPTIONS: "--max-old-space-size=7500"
upgradability-version:
runs-on: ubuntu-latest
Expand All @@ -84,8 +54,6 @@ jobs:
- name: Run Upgrade Tests
run: |
bash ./scripts/test-upgradeability.sh
env:
NODE_OPTIONS: "--max-old-space-size=7500"
kovan-integration:
if: ${{ false }}
Expand All @@ -109,6 +77,4 @@ jobs:
- name: Run Kovan Tests
run: |
yarn test:kovan-integration
env:
NODE_OPTIONS: "--max-old-space-size=7500"
32 changes: 0 additions & 32 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,36 +40,6 @@ jobs:
- name: Run Integration Tests
run: |
yarn test:integration
env:
NODE_OPTIONS: "--max-old-space-size=7500"

upgradability:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Pre-install
run: |
yarn install --frozen-lockfile
npx hardhat node --port 18545 &
git submodule init
git submodule update
- name: Compile and Lint
run: |
yarn lint
yarn clean
sh ./scripts/build-circuit.sh
yarn compile
- name: Run Upgrade Tests
run: |
yarn test:upgrade
yarn deploy:external
yarn upgrade:external
git status
env:
NODE_OPTIONS: "--max-old-space-size=7500"
upgradability-version:
runs-on: ubuntu-latest
Expand All @@ -89,6 +59,4 @@ jobs:
- name: Run Upgrade Tests
run: |
bash ./scripts/test-upgradeability.sh
env:
NODE_OPTIONS: "--max-old-space-size=7500"

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions contracts/test/ConditionStoreManager/ConditionStoreWithBug.sol

This file was deleted.

50 changes: 0 additions & 50 deletions contracts/test/DIDRegistry/DIDRegistryChangeFunctionSignature.sol

This file was deleted.

0 comments on commit 13e46e9

Please sign in to comment.