Skip to content

Commit

Permalink
source .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Nov 18, 2024
1 parent c1e641b commit 6d55758
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/contract-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install packages
run: yarn

- name: Source env
run: source .env.sample.goerli

- name: Build
run: forge test
tests:
Expand Down Expand Up @@ -76,6 +79,9 @@ jobs:
- name: Build
run: yarn build:all

- name: Source env
run: source .env.sample.goerli

- name: Run tests
run: yarn hardhat --network hardhat test test/contract/*.spec.ts

Expand Down Expand Up @@ -172,6 +178,9 @@ jobs:
- name: Compile contracts
run: yarn build

- name: Source env
run: source .env.sample.goerli

- name: Run e2e tests
run: yarn test:e2e
test-e2e-custom-fee-token:
Expand Down Expand Up @@ -203,6 +212,9 @@ jobs:
- name: Compile contracts
run: yarn build

- name: Source env
run: source .env.sample.goerli

- name: Run e2e tests
run: yarn test:e2e
test-e2e-fee-token-6-decimals:
Expand Down Expand Up @@ -234,5 +246,8 @@ jobs:
- name: Compile contracts
run: yarn build

- name: Source env
run: source .env.sample.goerli

- name: Run e2e tests
run: yarn test:e2e

0 comments on commit 6d55758

Please sign in to comment.