Skip to content

Commit

Permalink
ci: cache dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Feb 18, 2024
1 parent bad2f13 commit 5df447f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,095 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ jobs:
path: |
artifacts
node_modules
dist
types
contracts.ts
packages/**/types
packages/**/dist
key: ${{ github.run_id }}

- name: 📚 generate ABI docs
Expand Down
6 changes: 2 additions & 4 deletions packages/lsp16-contracts/tests/LSP16UniversalFactory.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { ethers } from 'hardhat';
import { expect } from 'chai';
import { FakeContract, smock } from '@defi-wonderland/smock';
Expand All @@ -22,10 +23,7 @@ import {

import web3 from 'web3';

import type { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';

const provider = ethers.provider;
const AddressOffset = '000000000000000000000000';
import { provider, AddressOffset } from '../../../tests/utils/helpers';

const AccountBytecode = Account__factory.bytecode;
const NonPayableConstructorBytecode = NonPayableContract__factory.bytecode;
Expand Down
Loading

0 comments on commit 5df447f

Please sign in to comment.